1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 15:04:36 +00:00

- Fixed typo

This commit is contained in:
Christophe Dumez 2008-12-26 13:49:45 +00:00
parent 7e53d23e33
commit 3ae55b6a6f

View File

@ -670,7 +670,7 @@ class RssManager : public QObject{
saveStreamList(); saveStreamList();
qDeleteAll(streams); qDeleteAll(streams);
delete downloader; delete downloader;
qDebug("RSSManger deleted"); qDebug("RSSManager deleted");
} }
// load the list of the rss stream // load the list of the rss stream