Browse Source

- Fixed typo

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
3ae55b6a6f
  1. 2
      src/rss.h

2
src/rss.h

@ -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

Loading…
Cancel
Save