summaryrefslogtreecommitdiffstats
path: root/storemodel.h
diff options
context:
space:
mode:
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