diff options
Diffstat (limited to 'qmidiplayer-desktop/qmpmainwindow.hpp')
-rw-r--r-- | qmidiplayer-desktop/qmpmainwindow.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qmidiplayer-desktop/qmpmainwindow.hpp b/qmidiplayer-desktop/qmpmainwindow.hpp index ea5209c..c8f3827 100644 --- a/qmidiplayer-desktop/qmpmainwindow.hpp +++ b/qmidiplayer-desktop/qmpmainwindow.hpp @@ -86,12 +86,12 @@ class QReflectivePushButton:public QPushButton class qmpFuncPrivate { private: - qmpFuncBaseIntf* _i; + qmpFuncBaseIntf* _i=nullptr; QIcon _icon; std::string des; bool _checkable,checked; - QReflectiveAction* asgna; - QReflectivePushButton* asgnb; + QReflectiveAction* asgna=nullptr; + QReflectivePushButton* asgnb=nullptr; public: qmpFuncPrivate(){} qmpFuncPrivate(qmpFuncBaseIntf* i,std::string _desc,const char* icon,int iconlen,bool checkable); |