- New SignalProxy which is kinda sorta based on the idea of the QxtRPCPeer, though...
[quassel.git] / src / client / client.h
index 7aeb548..349b5ab 100644 (file)
@@ -125,6 +125,7 @@ private slots:
   void updateBufferInfo(BufferInfo);
 
   void bufferDestroyed();
+  void networkInfoDestroyed();
 
   void layoutMsg();
 
@@ -134,8 +135,6 @@ private:
   void init();
   
   void syncToCore(const QVariant &coreState);
-  QVariant connectToLocalCore(QString user, QString passwd);  // defined in main.cpp
-  void disconnectFromLocalCore();                             // defined in main.cpp
 
   static QPointer<Client> instanceptr;