summaryrefslogtreecommitdiffstats
path: root/seriestreewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreewidget.cpp')
-rw-r--r--seriestreewidget.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/seriestreewidget.cpp b/seriestreewidget.cpp
index 7e5d41f..b5a48be 100644
--- a/seriestreewidget.cpp
+++ b/seriestreewidget.cpp
@@ -70,18 +70,6 @@ SeriesTreeWidget::SeriesTreeWidget(QWidget *parent) : QWidget(parent){
}
-QModelIndexList SeriesTreeWidget::mapToSource(const QModelIndexList &indexes) const{
- QModelIndexList retval;
- foreach(QModelIndex i, indexes){
- retval << mProxy->mapToSource(i);
- }
- return retval;
-}
-
-QModelIndex SeriesTreeWidget::mapToSource(const QModelIndex &index) const{
- return mProxy->mapToSource(index);
-}
-
void SeriesTreeWidget::newSeries(){
QList<QVariant> data;
data << tr("<New series>") << QVariant() << QVariant() << QVariant() << SeriesTreeModel::NewSeries;