added general settings page
[quassel.git] / src / qtui / mainwin.h
index 12c639f..a78832d 100644 (file)
@@ -52,6 +52,7 @@ class MainWin : public QMainWindow {
 
   protected:
     void closeEvent(QCloseEvent *event);
+    virtual void changeEvent(QEvent *event);
     virtual void keyPressEvent(QKeyEvent *event);
 
   protected slots:
@@ -60,7 +61,6 @@ class MainWin : public QMainWindow {
     void systrayActivated( QSystemTrayIcon::ActivationReason );
 
   private slots:
-
     void showSettingsDlg();
     void showNetworkDlg();
     void showDebugConsole();
@@ -94,6 +94,8 @@ class MainWin : public QMainWindow {
 
     void setupSettingsDlg();
 
+    void toggleVisibility();
+
     void enableMenus();
 
     void bindKey(int key);