mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Default return value.
This commit is contained in:
parent
2eb7a6648a
commit
5157e7a137
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