You can now apply the current settings for hiding events like join or
[quassel.git] / src / qtui / monoapplication.h
index ff35ddd..15854a2 100644 (file)
@@ -36,10 +36,11 @@ public:
 
 private slots:
   void newClientSyncer(ClientSyncer *syncer);
-  void startInternalCore();
+  void startInternalCore(ClientSyncer *syncer);
 
 private:
   CoreApplicationInternal *_internal;
+  bool _internalInitDone;
 };
 
 #endif