mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 21:28:07 -06:00
Second attempt at fixing saving settings on shutdown.
This commit is contained in:
@@ -52,13 +52,9 @@ class SessionApplication :
|
||||
|
||||
public:
|
||||
SessionApplication(const QString &id, int &argc, char **argv);
|
||||
void commitData(QSessionManager & manager);
|
||||
|
||||
protected:
|
||||
virtual bool notify(QObject* receiver, QEvent* event);
|
||||
|
||||
signals:
|
||||
void sessionIsShuttingDown();
|
||||
};
|
||||
|
||||
#endif // SESSIONAPPLICATION_H
|
||||
|
||||
Reference in New Issue
Block a user