summaryrefslogtreecommitdiffstats
path: root/seriestreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreemodel.h')
-rw-r--r--seriestreemodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/seriestreemodel.h b/seriestreemodel.h
index a61a4a9..74bb53c 100644
--- a/seriestreemodel.h
+++ b/seriestreemodel.h
@@ -31,6 +31,9 @@ class SeriesTreeModel : public SmTreeModel {
//find
QModelIndex findValue(const QVariant &value, const QModelIndex &parent = QModelIndex(), int column = 0) const;
+ signals:
+ void needResort();
+
private:
void populate();
QSqlDatabase mDb;