summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2009-07-17 18:38:36 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2009-07-17 18:38:36 (GMT)
commit17acf0a310a8f10543c2be9fe902095a5a3c3c1d (patch)
tree4052fa5cd94ae8131c53db5c4e5ac358c581237d /Source/QtDialog/CMakeSetupDialog.h
parent3250cb3d3b5b4ed60e620ff78cad7fa8fb24113f (diff)
downloadCMake-17acf0a310a8f10543c2be9fe902095a5a3c3c1d.zip
CMake-17acf0a310a8f10543c2be9fe902095a5a3c3c1d.tar.gz
CMake-17acf0a310a8f10543c2be9fe902095a5a3c3c1d.tar.bz2
ENH: Add a "Show my changes" to the Tools menu.
Changes by the user are recorded and when requested, it shows -D arguments for commandline or contents for a cache file.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 964ed61..e758056 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -76,6 +76,7 @@ protected slots:
void startSearch();
void setDebugOutput(bool);
void setViewType(int);
+ void showUserChanges();
protected: