summaryrefslogtreecommitdiffstats
path: root/storemodel.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-15 23:27:43 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-15 23:27:43 +0200
commit946603487f1181098b51aeb299d77dd5f04f8c7b (patch)
tree022e89853dba93d7dc9c436506c69003ee4fb782 /storemodel.h
parentf621f9573b83af43c4fd2e7434f86d3ce8fb179d (diff)
search on filtered paths
Diffstat (limited to 'storemodel.h')
-rw-r--r--storemodel.h3
1 files changed, 2 insertions, 1 deletions
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