From d43981754db00a2091e95a55cd6583bf1fbc724d Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 1 Jun 2013 09:42:15 +0200 Subject: Fix various display issues of ArchiveModel * Show childcount * Show subtitle or part no * Resize Widget properly --- smglobals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smglobals.cpp') diff --git a/smglobals.cpp b/smglobals.cpp index 7b6e36c..9946e28 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -107,7 +107,7 @@ QAbstractItemModel *SmGlobals::model(const QString &which){ mModels.insert(which, model); } }else if(which == "ArchiveModel"){ - QStringList headers = QStringList() << tr("Series") << tr("Series ID") << tr("Series part ID") << tr("Part") << tr("Type") << tr("Favorite") << tr("Subtitle") << tr("Is Local") << tr("Count"); + QStringList headers = QStringList() << tr("Series") << tr("Series ID") << tr("Series part ID") << tr("Part") << tr("Type") << tr("Favorite") << tr("Subtitle") << tr("Count"); ArchiveModel *model = new ArchiveModel(headers); mModels.insert(which, model); } -- cgit v1.2.3-70-g09d2