diff options
Diffstat (limited to 'collectionwidget.h')
-rw-r--r-- | collectionwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/collectionwidget.h b/collectionwidget.h index c76582c..e2aaa02 100644 --- a/collectionwidget.h +++ b/collectionwidget.h @@ -6,6 +6,7 @@ class QStandardItemModel; class QSortFilterProxyModel; +class QLineEdit; class CollectionWidget : public QWidget { Q_OBJECT @@ -30,6 +31,7 @@ class CollectionWidget : public QWidget { QTreeView *mView; QStandardItemModel *mModel; QSortFilterProxyModel *mProxy; + QLineEdit *mFilter; QStringList mHeaders; }; |