Networks can now be removed even when they're connected.
[quassel.git] / src / common / network.h
index b86b51e..b9a2236 100644 (file)
@@ -173,6 +173,7 @@ private slots:
   void ircChannelInitDone();
 
 signals:
   void ircChannelInitDone();
 
 signals:
+  void aboutToBeDestroyed();
   void networkNameSet(const QString &networkName);
   void currentServerSet(const QString &currentServer);
   void connectedSet(bool isConnected);
   void networkNameSet(const QString &networkName);
   void currentServerSet(const QString &currentServer);
   void connectedSet(bool isConnected);