X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbuffermodel.h;h=d1390c9b75347d22a74d0329d1c323172da7cf91;hp=dbc614de674b2ce7a4cda2fb61c73159acdb713c;hb=d650a89ba2410eea2b6b9a9be4644a7847d16d48;hpb=69d6228bb5e53882df1da8fc46d2fb11f061cb98 diff --git a/src/client/buffermodel.h b/src/client/buffermodel.h index dbc614de..d1390c9b 100644 --- a/src/client/buffermodel.h +++ b/src/client/buffermodel.h @@ -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);