diff options
author | Brad King <brad.king@kitware.com> | 2010-12-21 19:01:08 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-12-21 19:01:08 (GMT) |
commit | f94c4a35be0d9d19a4923849ce4910379f9748aa (patch) | |
tree | 9fec3ac0d50d27259e4bed4b456b04a211c39688 /Source/QtDialog/QCMakeCacheView.h | |
parent | c85b8189cfa96e77f531fe05db04906509412536 (diff) | |
parent | 3f158c6dfab7420696498ed4386761d847b6e943 (diff) | |
download | CMake-f94c4a35be0d9d19a4923849ce4910379f9748aa.zip CMake-f94c4a35be0d9d19a4923849ce4910379f9748aa.tar.gz CMake-f94c4a35be0d9d19a4923849ce4910379f9748aa.tar.bz2 |
Merge topic 'always_enable_generate'
3f158c6 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 |