diff options
-rw-r--r-- | src/corelib/global/qnaclunimplemented.h | 2 | ||||
-rw-r--r-- | src/gui/text/qplatformfontdatabase_qpa.h | 2 |
2 files changed, 4 insertions, 0 deletions
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 |