Second attempt at fixing saving settings on shutdown.

This commit is contained in:
sledgehammer999
2013-12-22 23:09:25 +02:00
parent ada76381a1
commit 09aa930142
4 changed files with 4 additions and 17 deletions

View File

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