diff options
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index 8e92b42..15c06d4 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -81,18 +81,17 @@ public: bool setData ( const QModelIndex& index, const QVariant& value, int role ); QModelIndex buddy ( const QModelIndex& index ) const; - // flag if a cache property has been modified - bool modifiedValues() const; // get the properties QCMakeCachePropertyList properties() const; // editing enabled bool editEnabled() const; + int newCount() const; + protected: QCMakeCachePropertyList Properties; int NewCount; - bool ModifiedValues; bool EditEnabled; }; |