From 91cf2978ba97bc8ebda2da9df01d3dde22b99f14 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 12 Aug 2010 19:40:33 +0200 Subject: 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. --- archivetreeview.h | 1 - 1 file changed, 1 deletion(-) (limited to 'archivetreeview.h') diff --git a/archivetreeview.h b/archivetreeview.h index 9ea2604..ddfad7e 100644 --- a/archivetreeview.h +++ b/archivetreeview.h @@ -12,7 +12,6 @@ #include #include -class SmUberModel; class SeriesTreeWidget; class FilesTreeWidget; class FilesTreeModel; -- cgit v1.2.3-70-g09d2