summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-09-14 13:02:55 +0200
committerArno <am@disconnect.de>2013-09-14 13:02:55 +0200
commit6bd52deabc85e66e21171f07ae55c6e597f00f8f (patch)
treecb0193d8a71b897caad0cd966d75a5f0d484ac76
parent612776e7976f1a901849c61ae9142dd49b8e3f5c (diff)
downloadSheMov-6bd52deabc85e66e21171f07ae55c6e597f00f8f.tar.gz
SheMov-6bd52deabc85e66e21171f07ae55c6e597f00f8f.tar.bz2
SheMov-6bd52deabc85e66e21171f07ae55c6e597f00f8f.zip
Remove stray QDebug #include
-rw-r--r--smdirwatcher.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/smdirwatcher.cpp b/smdirwatcher.cpp
index 5b4f42a..59313bb 100644
--- a/smdirwatcher.cpp
+++ b/smdirwatcher.cpp
@@ -168,8 +168,6 @@ bool AsyncTask::skipMe(){
return false;
}
-#include <QDebug>
-
Md5Summer::Md5Summer(const QString &path) : AsyncTask(path) {}
void Md5Summer::run(){