X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=53548bfedcce659ae9bbc46789bd6b83d3695981;hb=d316067d1daf6c7ea790ca9ac5e1ff947fe011ce;hp=4929e5c986e97bcb8ff9d0965db858c21f9f37cf;hpb=e7d1bc1fa02e1233f140e4b04d99ab8f4685bce5;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 4929e5c9..53548bfe 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -27,10 +27,6 @@ # include #endif -#ifdef Q_WS_WIN -# include -#endif - #include "qtui.h" #include "titlesetter.h" #include "uisettings.h" @@ -88,17 +84,12 @@ class MainWin public slots: void showStatusBarMessage(const QString &message); - void toggleMinimizedToTray(); - - //! Bring window to front and focus it - void forceActivated(); //! Quit application void quit(); protected: void closeEvent(QCloseEvent *event); - void changeEvent(QEvent *event); void moveEvent(QMoveEvent *event); void resizeEvent(QResizeEvent *event); @@ -188,8 +179,6 @@ class MainWin void updateIcon(); void enableMenus(); - void hideToTray(); - QList _bufferViews; BufferWidget *_bufferWidget; NickListWidget *_nickListWidget; @@ -208,10 +197,6 @@ class MainWin QSize _normalSize; //!< Size of the non-maximized window QPoint _normalPos; //!< Position of the non-maximized window -#ifdef Q_WS_WIN - DWORD dwTickCount; -#endif - BufferHotListFilter *_bufferHotList; friend class QtUi;