mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-27 01:26:30 +00:00
Default return value.
--HG-- branch : feature-crashreport
This commit is contained in:
parent
3714d15c60
commit
baa5273eaa
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ QWidget( parent )
|
||||||
m_developerMode = false;
|
m_developerMode = false;
|
||||||
m_forceSend = false;
|
m_forceSend = false;
|
||||||
m_devSendReport = false;
|
m_devSendReport = false;
|
||||||
|
m_returnValue = ERET_NULL;
|
||||||
|
|
||||||
m_ui.setupUi( this );
|
m_ui.setupUi( this );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue