mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: make menu item match -Wno-dev command line
This commit is contained in:
@@ -96,7 +96,7 @@ CMakeSetupDialog::CMakeSetupDialog()
|
||||
this->GenerateAction = ToolsMenu->addAction(tr("&Generate"));
|
||||
QObject::connect(this->GenerateAction, SIGNAL(triggered(bool)),
|
||||
this, SLOT(doGenerate()));
|
||||
this->SuppressDevWarningsAction = ToolsMenu->addAction(tr("&Suppress dev Warnings"));
|
||||
this->SuppressDevWarningsAction = ToolsMenu->addAction(tr("&Suppress dev Warnings (-Wno-dev)"));
|
||||
QObject::connect(this->SuppressDevWarningsAction, SIGNAL(triggered(bool)),
|
||||
this, SLOT(doSuppressDev()));
|
||||
this->SuppressDevWarningsAction->setCheckable(true);
|
||||
|
||||
Reference in New Issue
Block a user