Don't show added torrent notification during startup.

This commit is contained in:
sledgehammer999
2016-04-30 01:38:24 +03:00
parent ef6e848756
commit 0143799623
4 changed files with 7 additions and 3 deletions

View File

@@ -285,6 +285,7 @@ namespace BitTorrent
void torrentsUpdated();
void addTorrentFailed(const QString &error);
void torrentAdded(BitTorrent::TorrentHandle *const torrent);
void torrentNew(BitTorrent::TorrentHandle *const torrent);
void torrentAboutToBeRemoved(BitTorrent::TorrentHandle *const torrent);
void torrentPaused(BitTorrent::TorrentHandle *const torrent);
void torrentResumed(BitTorrent::TorrentHandle *const torrent);