X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=ed53610dcb6f13be29dcb6723b7867d99c6f9427;hb=abd916f9d5457a0048e21a958b068558bf6ba6ac;hp=6f0bf84313cb7e426abda7e0f32ff3c580ae6cb6;hpb=1fef363db1400339991e2531ffb66fb1005a23f8;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 6f0bf843..ed53610d 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -223,5 +223,7 @@ private: QHash _jumpKeyMap; int _activeBufferViewIndex; + bool _aboutToQuit; //closeEvent can occur multiple times on OSX + friend class QtUi; };