The Monolithic build behaves now like a regular IRC client.
[quassel.git] / src / qtui / monoapplication.h
index 9b49403..15854a2 100644 (file)
@@ -36,7 +36,7 @@ public:
 
 private slots:
   void newClientSyncer(ClientSyncer *syncer);
-  void startInternalCore();
+  void startInternalCore(ClientSyncer *syncer);
 
 private:
   CoreApplicationInternal *_internal;