summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qstatictext.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-05-07 19:45:12 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-10 03:26:11 +0200
commit6f86fea820f7de17da9501ebb323398cd851fab3 (patch)
treee8673e0565ba7748a40a39254c3c5f0f3a8e370f /src/gui/text/qstatictext.h
parent340bd0d4292ef5d715065733017784e576f6e97b (diff)
QtGui: declare some classes as shared
Change-Id: I0ebb0ca8b8edcecc939021407d1755693f97e553 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/gui/text/qstatictext.h')
-rw-r--r--src/gui/text/qstatictext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/text/qstatictext.h b/src/gui/text/qstatictext.h
index 6f9c9d8526..f0bd25fbbd 100644
--- a/src/gui/text/qstatictext.h
+++ b/src/gui/text/qstatictext.h
@@ -101,6 +101,8 @@ private:
friend class QStaticTextPrivate;
};
+Q_DECLARE_SHARED(QStaticText)
+
QT_END_NAMESPACE
Q_DECLARE_METATYPE(QStaticText)