summaryrefslogtreecommitdiffstats
path: root/smdirwatcher.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-03-17 02:18:31 +0100
committerArno <am@disconnect.de>2013-03-17 02:18:31 +0100
commit744c94e9a1197068457cc52dde57472cb89e1819 (patch)
treec63a58130254ce40be1cc77257145fb41524ad63 /smdirwatcher.h
parent4c8aae81b91deac9d95a1f0f50ef30641bb8638a (diff)
downloadSheMov-744c94e9a1197068457cc52dde57472cb89e1819.tar.gz
SheMov-744c94e9a1197068457cc52dde57472cb89e1819.tar.bz2
SheMov-744c94e9a1197068457cc52dde57472cb89e1819.zip
Make SmDirModel/SmDirWatcher do something
I think I got it working! It does what I want it to do :)
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r--smdirwatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smdirwatcher.h b/smdirwatcher.h
index 656d677..0da5b4b 100644
--- a/smdirwatcher.h
+++ b/smdirwatcher.h
@@ -20,6 +20,7 @@ class SmDirWatcher : public QThread {
signals:
void dwEvent(const QString& file, int event);
+ void needRefresh();
public slots:
void run();