diff options
author | Arno <am@disconnect.de> | 2013-04-06 05:39:29 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-04-06 05:39:29 +0200 |
commit | 02335902fb63e7bc1ebd5931dae93b754dc469ea (patch) | |
tree | cfe6ecdef2743db36bc5915497626993f554b884 /smdirwatcher.h | |
parent | 046503ba7830427fcd055da569326f0ac814b979 (diff) | |
download | SheMov-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.h | 2 |
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(); |