properly saving the layout when using the internal core
[quassel.git] / src / client / client.h
index 52133b6..8a68d99 100644 (file)
@@ -152,7 +152,7 @@ signals:
 
   void newClientSyncer(ClientSyncer *);
 
-  void logUpdated();
+  void logUpdated(const QString &msg);
 
 public slots:
   //void selectBuffer(Buffer *);
@@ -174,8 +174,7 @@ private slots:
   void coreNetworkCreated(NetworkId);
   void coreNetworkRemoved(NetworkId);
 
-  void setConnectedToCore(QIODevice *socket, AccountId id);
-  void setConnectedToInternalCore();
+  void setConnectedToCore(AccountId id, QIODevice *socket = 0);
   void setSyncedToCore();
   void setSecuredConnection();