mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Fix possible crash when adding a tracker to a magnet torrent without metadata (Closes #1034254)
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user