summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2007-11-10 16:36:09 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2007-11-10 16:36:09 (GMT)
commit5a539b731bbc5ee4afb01a34976988a394ee42b4 (patch)
tree9071c0f8d9075a8dfd4f4cc1370d79da2cf0b086 /Source/QtDialog/CMakeSetupDialog.h
parent34c882a9f8b45350ba8d56d79a94e1602694ef8f (diff)
downloadCMake-5a539b731bbc5ee4afb01a34976988a394ee42b4.zip
CMake-5a539b731bbc5ee4afb01a34976988a394ee42b4.tar.gz
CMake-5a539b731bbc5ee4afb01a34976988a394ee42b4.tar.bz2
ENH: Re-arrange UI a bit.
BUG: Properly update when values that changed since the last configure.
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 8f3c1b3..cf298f3 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -68,6 +68,8 @@ protected slots:
void onBinaryDirectoryChanged(const QString& dir);
void onSourceDirectoryChanged(const QString& dir);
void setCacheModified();
+ void removeSelectedCacheEntries();
+ void selectionChanged();
protected:
void closeEvent(QCloseEvent*);