[Cmake-commits] [cmake-commits] hoffman committed CMakeSetupDialog.cxx 1.41 1.42
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Mar 13 16:21:46 EDT 2008
Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv16137
Modified Files:
CMakeSetupDialog.cxx
Log Message:
ENH: make menu item match -Wno-dev command line
Index: CMakeSetupDialog.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.cxx,v
retrieving revision 1.41
retrieving revision 1.42
diff -C 2 -d -r1.41 -r1.42
*** CMakeSetupDialog.cxx 13 Mar 2008 20:13:40 -0000 1.41
--- CMakeSetupDialog.cxx 13 Mar 2008 20:21:44 -0000 1.42
***************
*** 97,101 ****
QObject::connect(this->GenerateAction, SIGNAL(triggered(bool)),
this, SLOT(doGenerate()));
! this->SuppressDevWarningsAction = ToolsMenu->addAction(tr("&Suppress dev Warnings"));
QObject::connect(this->SuppressDevWarningsAction, SIGNAL(triggered(bool)),
this, SLOT(doSuppressDev()));
--- 97,101 ----
QObject::connect(this->GenerateAction, SIGNAL(triggered(bool)),
this, SLOT(doGenerate()));
! this->SuppressDevWarningsAction = ToolsMenu->addAction(tr("&Suppress dev Warnings (-Wno-dev)"));
QObject::connect(this->SuppressDevWarningsAction, SIGNAL(triggered(bool)),
this, SLOT(doSuppressDev()));
More information about the Cmake-commits
mailing list