summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-08-25 16:43:02 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-01 17:08:15 (GMT)
commit786e2695cb68402d44357002b438c95229c4fb19 (patch)
tree7b008945264d33ab95f5e83f5b1a3fd66d2aea98 /Source/QtDialog/CMakeSetupDialog.h
parent636e6c4ef7e79113802714dbc7ade77d4f04e809 (diff)
downloadCMake-786e2695cb68402d44357002b438c95229c4fb19.zip
CMake-786e2695cb68402d44357002b438c95229c4fb19.tar.gz
CMake-786e2695cb68402d44357002b438c95229c4fb19.tar.bz2
Add warn-unused to the Qt interface
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 4c161d9..f937248 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -94,6 +94,8 @@ protected:
QAction* GenerateAction;
QAction* SuppressDevWarningsAction;
QAction* WarnUninitializedAction;
+ QAction* WarnUnusedAction;
+ QAction* WarnUnusedAllAction;
QAction* InstallForCommandLineAction;
State CurrentState;