X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=7379f964c2b5f328007a7fca4f3ac6d26d985f51;hp=c22d32d2e50ca4053483db720897f9429740e140;hb=6bcfaf51a90b3ec38cf8602cefd8aa8971d01586;hpb=f19fea582ace1d8f3dfe29c1096c48758079e56e diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index c22d32d2..7379f964 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -118,7 +118,6 @@ class MainWin void showAboutDlg(); void showChannelList(NetworkId netId = NetworkId()); void startInternalCore(); - void showCoreConnectionDlg(bool autoConnect = false); void showCoreInfoDlg(); void showAwayLog(); void showSettingsDlg(); @@ -196,6 +195,8 @@ class MainWin QWidget *_awayLog; + bool _layoutLoaded; + QSize _normalSize; //!< Size of the non-maximized window QPoint _normalPos; //!< Position of the non-maximized window