summaryrefslogtreecommitdiffstats
path: root/seriestreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreemodel.h')
-rw-r--r--seriestreemodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/seriestreemodel.h b/seriestreemodel.h
index 55add52..19b496f 100644
--- a/seriestreemodel.h
+++ b/seriestreemodel.h
@@ -27,7 +27,6 @@ class SeriesTreeModel : public SmTreeModel {
enum { NumFields = 8 };
enum RowFilter { All = 0, Archived = 1, Local = 2 };
explicit SeriesTreeModel(QStringList &headers, QObject *parent = 0);
- ~SeriesTreeModel();
//data + flags
Qt::ItemFlags flags(const QModelIndex &index) const;