summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2013-09-25 15:33:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-27 10:15:35 +0200
commitf911e87345c0fadeef602a6350c2e5db6f5892f2 (patch)
tree1ef74c6b9f0df5748c1564ff39c3a2233ad46223 /src/corelib/io
parentcf5470e1700e0ca1f5bc828961f19e722fa422fe (diff)
Win: Fixed namespaced build with QT_NO_FILESYSTEMWATCHER
Change-Id: I70049b90d2071c7a23a8a2804842d70d0f583f19 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qfilesystemwatcher_win_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qfilesystemwatcher_win_p.h b/src/corelib/io/qfilesystemwatcher_win_p.h
index 790fb954d9..20dfe433ec 100644
--- a/src/corelib/io/qfilesystemwatcher_win_p.h
+++ b/src/corelib/io/qfilesystemwatcher_win_p.h
@@ -168,8 +168,8 @@ Q_SIGNALS:
void directoryChanged(const QString &path, bool removed);
};
-#endif // QT_NO_FILESYSTEMWATCHER
-
QT_END_NAMESPACE
+#endif // QT_NO_FILESYSTEMWATCHER
+
#endif // QFILESYSTEMWATCHER_WIN_P_H