summaryrefslogtreecommitdiffstats
path: root/src/storemodel.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-04-29 15:49:49 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2018-04-29 15:49:49 +0200
commit9b9aa681a42c4255bd7669098b34069e1fdd00f5 (patch)
tree0476940244b5708d09a62c4abff538863ba73afe /src/storemodel.h
parent04658fa20bb60f9ccab80a378d04a31b82adcd4e (diff)
Some tips from codefactor
Diffstat (limited to 'src/storemodel.h')
-rw-r--r--src/storemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storemodel.h b/src/storemodel.h
index 175132b2..66486b10 100644
--- a/src/storemodel.h
+++ b/src/storemodel.h
@@ -11,6 +11,7 @@
class QFileSystemModel;
class StoreModel : public QSortFilterProxyModel {
Q_OBJECT
+
private:
QFileSystemModel *fs;
QString store;