summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-03-20 11:30:53 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-20 11:43:52 +0100
commit105a7fccc4154a76a75022f7233e6168c35338cc (patch)
tree83d85709c7cbf80b0c9ba4b632526e95ba0c585e /src/corelib
parente7adaed5298cb9fc7c41ec33b68a7d584d709674 (diff)
Generate a forwarding header for QStringBuilder.
This should fix the declarative build. Change-Id: I32dd5b7783995759f27d016c801ae6dfb3d44733 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qstringbuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qstringbuilder.h b/src/corelib/tools/qstringbuilder.h
index 9efec28c86..0b85e590cd 100644
--- a/src/corelib/tools/qstringbuilder.h
+++ b/src/corelib/tools/qstringbuilder.h
@@ -45,6 +45,7 @@
#if 0
// syncqt can not handle the templates in this file, and it doesn't need to
// process them anyway because they are internal.
+#pragma qt_class(QStringBuilder)
#pragma qt_sync_stop_processing
#endif