X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=inline;f=src%2Fqtui%2Fmainwin.h;h=bb2972db29ada35e2427b4ea607fb194a538d437;hb=158443f71d48215eea8b47b836b61afd77654b78;hp=94a2d4b470f9a8939dd5d52999a846448ff98c6b;hpb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 94a2d4b4..bb2972db 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -271,20 +271,20 @@ private: QMenu *_toolbarMenu; QToolBar *_mainToolBar, *_chatViewToolBar, *_nickToolBar; - QWidget *_awayLog; + QWidget *_awayLog{nullptr}; QMessageBox* _migrationWarning{nullptr}; - bool _layoutLoaded; + bool _layoutLoaded{false}; QSize _normalSize; //!< Size of the non-maximized window QPoint _normalPos; //!< Position of the non-maximized window BufferHotListFilter *_bufferHotList; QHash _jumpKeyMap; - int _activeBufferViewIndex; + int _activeBufferViewIndex{-1}; - bool _aboutToQuit; //closeEvent can occur multiple times on OSX + bool _aboutToQuit{false}; //closeEvent can occur multiple times on OSX friend class QtUi; };