From 97edc8ede23f0e81c7b58f0613c4f67def1e8a3c Mon Sep 17 00:00:00 2001 From: Sergei Kulik Date: Tue, 10 Mar 2015 15:12:00 +1100 Subject: Fixed compilation on Mac OS X (qt namespace and preprocessor issues)) Configured with -qtnamespace <...> -no-opengl -D QT_NO_PRINTER Change-Id: I1c959a89afda08d29a854f21e6e51732d136753c Reviewed-by: Timur Pocheptsov Reviewed-by: Erik Verbruggen --- src/printsupport/kernel/qplatformprintdevice.h | 4 ++-- src/printsupport/kernel/qprintdevice_p.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/printsupport') diff --git a/src/printsupport/kernel/qplatformprintdevice.h b/src/printsupport/kernel/qplatformprintdevice.h index cb8c47f99e..1e21e608ad 100644 --- a/src/printsupport/kernel/qplatformprintdevice.h +++ b/src/printsupport/kernel/qplatformprintdevice.h @@ -173,8 +173,8 @@ protected: #endif }; -QT_END_NAMESPACE - #endif // QT_NO_PRINTER +QT_END_NAMESPACE + #endif // QPLATFORMPRINTDEVICE_H diff --git a/src/printsupport/kernel/qprintdevice_p.h b/src/printsupport/kernel/qprintdevice_p.h index 0250b937bd..6117239ac7 100644 --- a/src/printsupport/kernel/qprintdevice_p.h +++ b/src/printsupport/kernel/qprintdevice_p.h @@ -136,8 +136,8 @@ private: Q_DECLARE_SHARED(QPrintDevice) -QT_END_NAMESPACE - #endif // QT_NO_PRINTER +QT_END_NAMESPACE + #endif // QPLATFORMPRINTDEVICE_H -- cgit v1.2.3