diff options
author | Arno <am@disconnect.de> | 2013-09-14 13:02:55 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-09-14 13:02:55 +0200 |
commit | 6bd52deabc85e66e21171f07ae55c6e597f00f8f (patch) | |
tree | cb0193d8a71b897caad0cd966d75a5f0d484ac76 | |
parent | 612776e7976f1a901849c61ae9142dd49b8e3f5c (diff) | |
download | SheMov-6bd52deabc85e66e21171f07ae55c6e597f00f8f.tar.gz SheMov-6bd52deabc85e66e21171f07ae55c6e597f00f8f.tar.bz2 SheMov-6bd52deabc85e66e21171f07ae55c6e597f00f8f.zip |
Remove stray QDebug #include
-rw-r--r-- | smdirwatcher.cpp | 2 |
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(){ |