mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Disable Settings and Uninstall menus (only there for debugging purposes), see #279
--HG-- branch : develop
This commit is contained in:
parent
742f8ab2e4
commit
7191bf1b41
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ CMainWindow::CMainWindow():QMainWindow()
|
|||
connect(m_downloader, SIGNAL(htmlPageContent(QString)), SLOT(onHtmlPageContent(QString)));
|
||||
|
||||
connect(actionProfiles, SIGNAL(triggered()), SLOT(onProfiles()));
|
||||
|
||||
// remove debug options
|
||||
actionSettings->setVisible(false);
|
||||
actionUninstall->setVisible(false);
|
||||
|
||||
connect(actionSettings, SIGNAL(triggered()), SLOT(onSettings()));
|
||||
connect(actionUninstall, SIGNAL(triggered()), SLOT(onUninstall()));
|
||||
connect(actionQuit, SIGNAL(triggered()), SLOT(onQuit()));
|
||||
|
|
Loading…
Reference in a new issue