diff options
Diffstat (limited to 'seriestreewidget.h')
-rw-r--r-- | seriestreewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/seriestreewidget.h b/seriestreewidget.h index bfeedf6..0db8873 100644 --- a/seriestreewidget.h +++ b/seriestreewidget.h @@ -25,6 +25,7 @@ class SeriesTreeWidget : public QWidget { explicit SeriesTreeWidget(QWidget *parent = 0); SeriesTreeView *seriesTree() { return mView; } QModelIndexList mapToSource(const QModelIndexList &indexes) const; + QModelIndex mapToSource(const QModelIndex &index) const; public slots: void newSeries(); |