Add rudimentary keyboard navigation for previous/next buffer
[quassel.git] / src / qtui / mainwin.h
index bdff05d..1737709 100644 (file)
@@ -87,6 +87,8 @@ class MainWin
     void showStatusBarMessage(const QString &message);
     void nextBufferView();     //!< Activate the next bufferview
     void previousBufferView(); //!< Activate the previous bufferview
+    void nextBuffer();
+    void previousBuffer();
 
     //! Quit application
     void quit();
@@ -154,6 +156,7 @@ class MainWin
     void bufferViewToggled(bool enabled);
     void bufferViewVisibilityChanged(bool visible);
     void changeActiveBufferView(bool backwards);
+    void changeActiveBufferView(int bufferViewId);
 
   signals:
     void connectToCore(const QVariantMap &connInfo);