summaryrefslogtreecommitdiffstats
path: root/storemodel.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-05-30 17:18:06 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-05-30 17:18:06 +0200
commitb6eececed2490081ed18f6dcadc60f9fd15899e5 (patch)
treeae2045e4d9fb04898251ce4af8b448737700bc27 /storemodel.h
parent2e0a15113fd8bd4b98c9c9f82bc9b95c28b3565e (diff)
clang formatter
Diffstat (limited to 'storemodel.h')
-rw-r--r--storemodel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/storemodel.h b/storemodel.h
index c489c0e8..11304db2 100644
--- a/storemodel.h
+++ b/storemodel.h
@@ -1,17 +1,17 @@
#ifndef STOREMODEL_H_
#define STOREMODEL_H_
-#include <QSortFilterProxyModel>
#include <QFileSystemModel>
#include <QRegExp>
+#include <QSortFilterProxyModel>
class StoreModel : public QSortFilterProxyModel {
Q_OBJECT
- private:
+private:
QFileSystemModel *fs;
QString store;
- public:
+public:
StoreModel();
bool filterAcceptsRow(int, const QModelIndex &) const;
@@ -20,4 +20,4 @@ class StoreModel : public QSortFilterProxyModel {
QVariant data(const QModelIndex &index, int role) const;
};
-#endif // STOREMODEL_H_
+#endif // STOREMODEL_H_