Fix OSX namespace build.

Again.

Change-Id: I76956dce609693da2adad7f809a5ff0aadb61f98
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
bb10
Erik Verbruggen 2015-12-22 10:03:02 +01:00 committed by Simon Hausmann
parent 7353be1c67
commit f074c57cae
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ private:
mutable QPalette *m_systemPalette;
mutable QHash<QPlatformTheme::Palette, QPalette*> m_palettes;
mutable QHash<QPlatformTheme::Font, QFont*> m_fonts;
mutable QCocoaThemeNotificationReceiver *m_notificationReceiver;
mutable QT_MANGLE_NAMESPACE(QCocoaThemeNotificationReceiver) *m_notificationReceiver;
};
QT_END_NAMESPACE