From 02335902fb63e7bc1ebd5931dae93b754dc469ea Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 6 Apr 2013 05:39:29 +0200 Subject: Show pic size in SmDirModel If file is an image, grab the size and add it to the model. Also, remove some leftover debug statements from SmTreeView. --- smdirwatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smdirwatcher.h') diff --git a/smdirwatcher.h b/smdirwatcher.h index 19cd746..4a85c5a 100644 --- a/smdirwatcher.h +++ b/smdirwatcher.h @@ -22,7 +22,7 @@ class SmDirWatcher : public QThread { Q_OBJECT public: enum DWEvent { None, Added, Deleted, Modified, Populate }; - explicit SmDirWatcher(QObject *parent = 0); + explicit SmDirWatcher(int numFields, QObject *parent = 0); SmDataColletor *collector() { return mCollector; } ~SmDirWatcher(); -- cgit v1.2.3-70-g09d2