summaryrefslogtreecommitdiffstats
path: root/smdirwatcher.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-04-06 05:39:29 +0200
committerArno <am@disconnect.de>2013-04-06 05:39:29 +0200
commit02335902fb63e7bc1ebd5931dae93b754dc469ea (patch)
treecfe6ecdef2743db36bc5915497626993f554b884 /smdirwatcher.h
parent046503ba7830427fcd055da569326f0ac814b979 (diff)
downloadSheMov-02335902fb63e7bc1ebd5931dae93b754dc469ea.tar.gz
SheMov-02335902fb63e7bc1ebd5931dae93b754dc469ea.tar.bz2
SheMov-02335902fb63e7bc1ebd5931dae93b754dc469ea.zip
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.
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r--smdirwatcher.h2
1 files changed, 1 insertions, 1 deletions
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();