diff options
author | Arno <am@disconnect.de> | 2010-08-07 11:55:20 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-08-07 11:55:20 +0200 |
commit | bd036870603e924c91d72285697c19e495991e0f (patch) | |
tree | 8d286c74c8766e3706e86fb38d08c65d94a81e33 /filestreemodel.cpp | |
parent | 5f2427eb69366716994c8cca0319ead0c9dbb76b (diff) | |
download | SheMov-bd036870603e924c91d72285697c19e495991e0f.tar.gz SheMov-bd036870603e924c91d72285697c19e495991e0f.tar.bz2 SheMov-bd036870603e924c91d72285697c19e495991e0f.zip |
Usability fix1.0.0
Remember selected tab on startup. Also remember selected view mode from
archive.
Diffstat (limited to 'filestreemodel.cpp')
-rw-r--r-- | filestreemodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/filestreemodel.cpp b/filestreemodel.cpp index 1020b17..c44e449 100644 --- a/filestreemodel.cpp +++ b/filestreemodel.cpp @@ -107,7 +107,6 @@ QVariant FilesTreeModel::data(const QModelIndex &index, int role) const{ SmTreeItem *item = static_cast<SmTreeItem*>(index.internalPointer()); if(role == Qt::DisplayRole){ - //if(index.column()) if(index.column() == DvdNo){ if(index.data(FileTypeRole) == QVariant()){ return QVariant(); |