From 32243b83a02e479e772d7d6fd94ddc35fd7d6880 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 23 Jun 2010 21:48:11 +0200 Subject: Start making FilesView work Introduced filestreewidget, just like seriestreewidget. The connection is still missing, though. --- seriestreemodel.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'seriestreemodel.h') diff --git a/seriestreemodel.h b/seriestreemodel.h index a0c5a23..6d88535 100644 --- a/seriestreemodel.h +++ b/seriestreemodel.h @@ -10,6 +10,7 @@ #include #include +#include #include "smtreemodel.h" @@ -24,9 +25,6 @@ class SeriesTreeModel : public SmTreeModel { explicit SeriesTreeModel(QStringList &headers, QObject *parent = 0); ~SeriesTreeModel(); - //numColumns - int numColumns() const { return 5; } - //data + flags Qt::ItemFlags flags(const QModelIndex &index) const; QVariant data(const QModelIndex &index, int role) const; -- cgit v1.2.3-70-g09d2