summaryrefslogtreecommitdiffstats
path: root/seriestreewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreewidget.h')
-rw-r--r--seriestreewidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/seriestreewidget.h b/seriestreewidget.h
index fd850b4..578edef 100644
--- a/seriestreewidget.h
+++ b/seriestreewidget.h
@@ -28,8 +28,7 @@ class SeriesTreeWidget : public QWidget {
public:
explicit SeriesTreeWidget(QWidget *parent = 0);
SeriesTreeView *seriesTree() { return mView; }
- QModelIndexList mapToSource(const QModelIndexList &indexes) const;
- QModelIndex mapToSource(const QModelIndex &index) const;
+ SeriesTreeSortModel *seriesProxy() { return mProxy; }
public slots:
void newSeries();