fixing build on non-mac systems. ooopsi.
[quassel.git] / src / qtui / mainwin.h
index bdff05d..a1fa444 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();
@@ -118,6 +120,7 @@ class MainWin
     void showNotificationsDlg();
     void showIgnoreList(QString newRule = QString());
     void showShortcutsDlg();
+    void toggleFullscreen();
 
     void handleCoreConnectionError(const QString &errorMsg);
     void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage);
@@ -154,6 +157,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);
@@ -177,6 +181,7 @@ class MainWin
     void setupChatMonitor();
     void setupInputWidget();
     void setupTopicWidget();
+    void setupViewMenuTail();
     void setupStatusBar();
     void setupSystray();
     void setupTitleSetter();