X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=bee2cd278b4ea59a09e41ebbabc13c0c1295d750;hp=361467aa19a0691199cc6d2540a5df82a3be6aa9;hb=39cf1e00fdc1108a393103433b3f5854b6df673e;hpb=14a1ee538d01e41dc55a6e733a7804930aa9fff8 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 361467aa..bee2cd27 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -123,6 +123,7 @@ class MainWin void showAwayLog(); void showSettingsDlg(); void showNotificationsDlg(); + void showIgnoreList(QString newRule = QString()); #ifdef HAVE_KDE void showShortcutsDlg(); #endif @@ -195,6 +196,8 @@ class MainWin QWidget *_awayLog; + bool _layoutLoaded; + QSize _normalSize; //!< Size of the non-maximized window QPoint _normalPos; //!< Position of the non-maximized window