Use join-and-switch with /join and /query
[quassel.git] / src / client / buffermodel.h
index dbc614d..d1390c9 100644 (file)
@@ -57,6 +57,7 @@ public slots:
   void switchToOrStartQuery(NetworkId network, const QString &nick) {
     switchToOrJoinBuffer(network, nick, true);
   }
+  void switchToBufferAfterCreation(NetworkId network, const QString &name);
 
 private slots:
   void debug_currentChanged(QModelIndex current, QModelIndex previous);