From 4e7249a84fab2123043f4c2af59582d7647471b3 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Fri, 15 Aug 2014 23:27:43 +0200 Subject: search on filtered paths --- storemodel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'storemodel.h') diff --git a/storemodel.h b/storemodel.h index e503a1ce..cad3c8de 100644 --- a/storemodel.h +++ b/storemodel.h @@ -9,13 +9,14 @@ class StoreModel : public QSortFilterProxyModel Q_OBJECT private: QFileSystemModel* fs; + QString store; public: StoreModel(); bool filterAcceptsRow(int, const QModelIndex &) const; bool ShowThis(const QModelIndex) const; - void setFSModel(QFileSystemModel *sourceModel); + void setModelAndStore(QFileSystemModel *sourceModel, QString passStore); }; #endif // STOREMODEL_H -- cgit v1.2.3