From 9a26fba1b08a031b8053236feab989333ab60bfc Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Thu, 28 Oct 2010 13:31:00 +0200 Subject: Add missing QT_MODULE macros. --- src/corelib/global/qnaclunimplemented.h | 2 ++ src/gui/text/qplatformfontdatabase_qpa.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/corelib/global/qnaclunimplemented.h b/src/corelib/global/qnaclunimplemented.h index ba43915..71b3465 100644 --- a/src/corelib/global/qnaclunimplemented.h +++ b/src/corelib/global/qnaclunimplemented.h @@ -54,6 +54,8 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE +QT_MODULE(Core) + extern "C" { void pthread_cleanup_push(void (*handler)(void *), void *arg); diff --git a/src/gui/text/qplatformfontdatabase_qpa.h b/src/gui/text/qplatformfontdatabase_qpa.h index adaa4cb..2b9ea63 100644 --- a/src/gui/text/qplatformfontdatabase_qpa.h +++ b/src/gui/text/qplatformfontdatabase_qpa.h @@ -12,6 +12,8 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE +QT_MODULE(Gui) + class QWritingSystemsPrivate; class Q_GUI_EXPORT QSupportedWritingSystems -- cgit v0.12