diff options
author | Javier <dev.git@javispedro.com> | 2016-05-23 00:20:25 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2016-05-23 00:20:25 +0200 |
commit | f60d4bf53339876cf5dbf4382eafb8aad33a27c1 (patch) | |
tree | ee4b2b897438cdd0a6f037776f0e6e03803fa424 /distfoldd/watcher.cc | |
parent | 2e45a5a7776b79732cd500c7462574f8fbe7ca23 (diff) | |
download | distfold-f60d4bf53339876cf5dbf4382eafb8aad33a27c1.tar.gz distfold-f60d4bf53339876cf5dbf4382eafb8aad33a27c1.zip |
initial qt5 portqt5
Diffstat (limited to 'distfoldd/watcher.cc')
-rw-r--r-- | distfoldd/watcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distfoldd/watcher.cc b/distfoldd/watcher.cc index 39b68f3..5848f4e 100644 --- a/distfoldd/watcher.cc +++ b/distfoldd/watcher.cc @@ -1,12 +1,12 @@ #include <QtCore/QDebug> +#include <unistd.h> #include <sys/errno.h> #include <sys/fcntl.h> #include <sys/inotify.h> #include "watcher.h" - Watcher::Watcher(const QString& path, QObject *parent) : QObject(parent) { |