summaryrefslogtreecommitdiffstats
path: root/archivetreeview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-08-12 19:40:33 +0200
committerArno <am@disconnect.de>2010-08-12 19:40:33 +0200
commit91cf2978ba97bc8ebda2da9df01d3dde22b99f14 (patch)
tree27dbafd0df752982535e12fc6eb847221649a83d /archivetreeview.h
parent3af9f3f8b900b9dd5e09300e74d6ce49018be98e (diff)
downloadSheMov-91cf2978ba97bc8ebda2da9df01d3dde22b99f14.tar.gz
SheMov-91cf2978ba97bc8ebda2da9df01d3dde22b99f14.tar.bz2
SheMov-91cf2978ba97bc8ebda2da9df01d3dde22b99f14.zip
Show picture size or duration in FilesTreeView
Finally managed to view size of pictures or duration for movies in the file view. That values are not held in the database, they're created on the fly. For this to perform I created a disk based cache. I also had to create some convenience functions: FilesTreeModel::streamInfo(const QString &) FilesTreeModel::pictureInfo(const QString &) The cache is a QDataStream and will be deleted if the magic doesn't fit.
Diffstat (limited to 'archivetreeview.h')
-rw-r--r--archivetreeview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/archivetreeview.h b/archivetreeview.h
index 9ea2604..ddfad7e 100644
--- a/archivetreeview.h
+++ b/archivetreeview.h
@@ -12,7 +12,6 @@
#include <QModelIndexList>
#include <QList>
-class SmUberModel;
class SeriesTreeWidget;
class FilesTreeWidget;
class FilesTreeModel;