From dea76f3496ee077e271b334c7e8101fed5119481 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Fri, 23 Sep 2011 15:01:04 +0200 Subject: Make qtbase build with Qt-in-namespace again Change-Id: I5faa8690a05d6ec352fc69c0b69848539f2ed216 Reviewed-on: http://codereview.qt-project.org/5460 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- src/gui/kernel/qstylehints.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/kernel/qstylehints.cpp') diff --git a/src/gui/kernel/qstylehints.cpp b/src/gui/kernel/qstylehints.cpp index c917049a22..7585d23558 100644 --- a/src/gui/kernel/qstylehints.cpp +++ b/src/gui/kernel/qstylehints.cpp @@ -43,6 +43,8 @@ #include #include +QT_BEGIN_NAMESPACE + static inline QVariant hint(QPlatformIntegration::StyleHint h) { return QGuiApplicationPrivate::platformIntegration()->styleHint(h); @@ -78,3 +80,5 @@ int QStyleHints::cursorFlashTime() const { return hint(QPlatformIntegration::CursorFlashTime).toInt(); } + +QT_END_NAMESPACE -- cgit v1.2.3