summaryrefslogtreecommitdiffstats
path: root/seriestreewidget.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-05-07 09:38:40 +0200
committerArno <am@disconnect.de>2011-05-07 09:38:40 +0200
commit25bd284eec824853e211c84861de4246ffbf6d3a (patch)
treee83c892a36a24d943006231201623b0b6d767060 /seriestreewidget.cpp
parent3cd7ca9ef0f2191ed0fe609c192c627430a07883 (diff)
downloadSheMov-25bd284eec824853e211c84861de4246ffbf6d3a.tar.gz
SheMov-25bd284eec824853e211c84861de4246ffbf6d3a.tar.bz2
SheMov-25bd284eec824853e211c84861de4246ffbf6d3a.zip
Implement additional title element for seriesparts
Series parts can now have an additional title elemet, the so called subtitle. Obviously that's not really a good name but it's the best I could come up with :)
Diffstat (limited to 'seriestreewidget.cpp')
-rw-r--r--seriestreewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/seriestreewidget.cpp b/seriestreewidget.cpp
index 1407ca1..5b25f0f 100644
--- a/seriestreewidget.cpp
+++ b/seriestreewidget.cpp
@@ -64,7 +64,7 @@ SeriesTreeWidget::SeriesTreeWidget(QWidget *parent) : QWidget(parent){
mProxy->setSourceModel(mModel);
mView->setModel(mProxy);
mView->setSortingEnabled(true);
- for(int i = 1; i < 6; ++i){
+ for(int i = 1; i < 7; ++i){
mView->setColumnHidden(i, true);
}
mView->resizeColumnToContents(0);