diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-08-25 16:43:02 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-01 17:08:15 (GMT) |
commit | 786e2695cb68402d44357002b438c95229c4fb19 (patch) | |
tree | 7b008945264d33ab95f5e83f5b1a3fd66d2aea98 /Source/QtDialog/CMakeSetupDialog.h | |
parent | 636e6c4ef7e79113802714dbc7ade77d4f04e809 (diff) | |
download | CMake-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.h | 2 |
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; |