summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMakeCacheView.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2007-11-07 00:25:43 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2007-11-07 00:25:43 (GMT)
commit1e91100599d88ba12dd7a91db17e47d8d9110914 (patch)
tree6f5e53337315dd750981bcdead388fffb6806efb /Source/QtDialog/QCMakeCacheView.h
parent433a9149108c88d4fb715331f97ee079fa16fe10 (diff)
downloadCMake-1e91100599d88ba12dd7a91db17e47d8d9110914.zip
CMake-1e91100599d88ba12dd7a91db17e47d8d9110914.tar.gz
CMake-1e91100599d88ba12dd7a91db17e47d8d9110914.tar.bz2
ENH: Disable menu/buttons when doing configure.
Also disable generate until configure is done. Save more settings (last 10 binary directories, exit after generate, last generator) Some UI tweaks for better layout. Support drag & drop of CMakeLists.txt/CMakeCache.txt files.
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r--Source/QtDialog/QCMakeCacheView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h
index 039c834..5ea671f 100644
--- a/Source/QtDialog/QCMakeCacheView.h
+++ b/Source/QtDialog/QCMakeCacheView.h
@@ -77,14 +77,14 @@ public:
bool setData ( const QModelIndex& index, const QVariant& value, int role );
// flag if a cache property has been modified
- bool isDirty() const;
+ bool modifiedValues() const;
// get the properties
QCMakeCachePropertyList properties() const;
protected:
QCMakeCachePropertyList Properties;
int NewCount;
- bool IsDirty;
+ bool ModifiedValues;
};
/// Qt delegate class for interaction (or other customization)