From f911e87345c0fadeef602a6350c2e5db6f5892f2 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 25 Sep 2013 15:33:47 +0200 Subject: Win: Fixed namespaced build with QT_NO_FILESYSTEMWATCHER Change-Id: I70049b90d2071c7a23a8a2804842d70d0f583f19 Reviewed-by: Friedemann Kleint Reviewed-by: Joerg Bornemann --- src/corelib/io/qfilesystemwatcher_win_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/io') 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 -- cgit v1.2.3