summaryrefslogtreecommitdiffstats
path: root/src/storemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storemodel.h')
-rw-r--r--src/storemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storemodel.h b/src/storemodel.h
index 66486b10..6c8053e9 100644
--- a/src/storemodel.h
+++ b/src/storemodel.h
@@ -23,6 +23,8 @@ public:
bool ShowThis(const QModelIndex) const;
void setModelAndStore(QFileSystemModel *sourceModel, QString passStore);
QVariant data(const QModelIndex &index, int role) const;
+ bool lessThan(const QModelIndex &source_left,
+ const QModelIndex &source_right) const override;
// QAbstractItemModel interface
public: