diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2010-12-18 02:04:57 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2010-12-18 02:04:57 (GMT) |
commit | 3f158c6dfab7420696498ed4386761d847b6e943 (patch) | |
tree | facc533c1bbc7a4ead03f95cf93c5a933ac57882 /Source/QtDialog/QCMakeCacheView.h | |
parent | d11c70295b072d19c90c3e5d415d27de10253615 (diff) | |
download | CMake-3f158c6dfab7420696498ed4386761d847b6e943.zip CMake-3f158c6dfab7420696498ed4386761d847b6e943.tar.gz CMake-3f158c6dfab7420696498ed4386761d847b6e943.tar.bz2 |
cmake-gui: always enable generate button.
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index 401e07e..58bbd2d 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -78,6 +78,9 @@ public slots: // become new properties and be marked red. void setProperties(const QCMakePropertyList& props); + // set whether to show new properties in red + void setShowNewProperties(bool); + // clear everything from the model void clear(); @@ -115,6 +118,7 @@ public: protected: bool EditEnabled; int NewPropertyCount; + bool ShowNewProperties; ViewType View; // set the data in the model for this property |