diff options
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index c5e6dd4..89068ab 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -28,12 +28,13 @@ public: QSize sizeHint() const { return QSize(200, 200); } + // set the search filter string. any property key or value not matching will + // be filtered out + bool setSearchFilter(const QString&); + public slots: // set whether to show advanced entries void setShowAdvanced(bool); - // set the search filter string. any property key or value not matching will - // be filtered out - void setSearchFilter(const QString&); protected: QModelIndex moveCursor(CursorAction, Qt::KeyboardModifiers); |