mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Reenable Debug menus in Debug, see #279
--HG-- branch : develop
This commit is contained in:
parent
dc2dad8c77
commit
d1a2f27414
1 changed files with 2 additions and 0 deletions
|
@ -43,8 +43,10 @@ CMainWindow::CMainWindow():QMainWindow()
|
||||||
connect(actionProfiles, SIGNAL(triggered()), SLOT(onProfiles()));
|
connect(actionProfiles, SIGNAL(triggered()), SLOT(onProfiles()));
|
||||||
|
|
||||||
// remove debug options
|
// remove debug options
|
||||||
|
#ifndef _DEBUG
|
||||||
actionSettings->setVisible(false);
|
actionSettings->setVisible(false);
|
||||||
actionUninstall->setVisible(false);
|
actionUninstall->setVisible(false);
|
||||||
|
#endif
|
||||||
|
|
||||||
connect(actionSettings, SIGNAL(triggered()), SLOT(onSettings()));
|
connect(actionSettings, SIGNAL(triggered()), SLOT(onSettings()));
|
||||||
connect(actionUninstall, SIGNAL(triggered()), SLOT(onUninstall()));
|
connect(actionUninstall, SIGNAL(triggered()), SLOT(onUninstall()));
|
||||||
|
|
Loading…
Reference in a new issue