Fix possible crash when adding a tracker to a magnet torrent without metadata (Closes #1034254)

This commit is contained in:
Christophe Dumez
2012-08-10 11:18:37 +03:00
parent 81b0a7f785
commit 8104c41332
4 changed files with 39 additions and 20 deletions

View File

@@ -54,6 +54,9 @@ public:
SessionApplication(const QString &id, int &argc, char **argv);
void commitData(QSessionManager & manager);
protected:
virtual bool notify(QObject* receiver, QEvent* event);
signals:
void sessionIsShuttingDown();
};