Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2012-05-21 18:48:49 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-05-21 18:48:49 +0400
commit6f7165f9f0f4dad12d7740afc2a7cb612a2763f6 (patch)
tree4109651f4c085c6a332ad46e6d01c6086a948ef2 /src/mirall/folderwatcher.h
parent428ef9aba317d28aeeb8b58ebf003f610383fc8c (diff)
A lot of krazy2 (codechecker) fixes.
Diffstat (limited to 'src/mirall/folderwatcher.h')
-rw-r--r--src/mirall/folderwatcher.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mirall/folderwatcher.h b/src/mirall/folderwatcher.h
index ee37e0cb8..4d59afc85 100644
--- a/src/mirall/folderwatcher.h
+++ b/src/mirall/folderwatcher.h
@@ -15,6 +15,8 @@
#ifndef MIRALL_FOLDERWATCHER_H
#define MIRALL_FOLDERWATCHER_H
+#include "mirall/folder.h"
+
#include <QList>
#include <QObject>
#include <QString>
@@ -22,15 +24,14 @@
#include <QTime>
#include <QHash>
-#include "mirall/folder.h"
-
class QTimer;
+
+namespace Mirall {
+
#ifdef USE_INOTIFY
class INotify;
#endif
-namespace Mirall {
-
/**
* Watches a folder and sub folders for changes
*