X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=a4f6496a4e05e3e6262cf9f3f60615d546acf8cd;hb=122b548bc61795a71aba52cb3c4876280295c4bc;hp=59c0e2c2f69edebd53754d724c67730789c5e510;hpb=366f5e334c898bef4b88605cf5cf2ee2feabffb1;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 59c0e2c2..a4f6496a 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -92,6 +92,7 @@ class MainWin private slots: void addBufferView(int bufferViewConfigId); + void awayLogDestroyed(); void removeBufferView(int bufferViewConfigId); void messagesInserted(const QModelIndex &parent, int start, int end); void showAboutDlg(); @@ -99,6 +100,7 @@ class MainWin void startInternalCore(); void showCoreConnectionDlg(bool autoConnect = false); void showCoreInfoDlg(); + void showAwayLog(); void showSettingsDlg(); void showNotificationsDlg(); #ifdef HAVE_KDE @@ -150,7 +152,7 @@ class MainWin void updateIcon(); void hideToTray(); - void restoreFromTray(); + void toggleMinimizedToTray(); void enableMenus(); QSystemTrayIcon *_trayIcon; @@ -162,6 +164,7 @@ class MainWin QMenu *_fileMenu, *_networksMenu, *_viewMenu, *_bufferViewsMenu, *_settingsMenu, *_helpMenu, *_helpDebugMenu; + QWidget *_awayLog; friend class QtUi; };