core: Allow clean shutdown of the core
[quassel.git] / src / qtui / monoapplication.h
index 6064312..a63dfe0 100644 (file)
@@ -46,6 +46,7 @@ signals:
 private slots:
     void onConnectionRequest(QPointer<InternalPeer> peer);
     void onClientDestroyed();
 private slots:
     void onConnectionRequest(QPointer<InternalPeer> peer);
     void onClientDestroyed();
+    void onCoreShutdown();
 
 private:
     void startInternalCore();
 
 private:
     void startInternalCore();