X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=efe91c65c157d61a9b178f090656218e3fddc8d6;hp=93a711271d9418d4c614ca8871c30506ce87ef50;hb=89175f57858e885d23dac1401f6f14db20ba9002;hpb=6c8d44d3c5adbcb2bb2c1c733e96bb1104e45ff9 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 93a71127..efe91c65 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -225,5 +225,7 @@ private: QHash _jumpKeyMap; int _activeBufferViewIndex; + bool _aboutToQuit; //closeEvent can occur multiple times on OSX + friend class QtUi; };