summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-11-30 15:40:14 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 21:57:49 +0100
commit930207fc1f66566d563b820af5d2efc7bec3b610 (patch)
tree235b2a0c61a090f830a345ac8cd8a65d9543c648 /src/gui
parent139d342f9b40169fddaf65c7f79f33edba3a84a4 (diff)
Add more qtbase implictly-shared classes to the list
QText*Format and QDns* ones are still missing. Change-Id: I8e87fba596e87289ca935717e0a90bfc0b0a26c0 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/text/qglyphrun.cpp1
-rw-r--r--src/gui/text/qrawfont.cpp3
-rw-r--r--src/gui/text/qstatictext.cpp1
3 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/text/qglyphrun.cpp b/src/gui/text/qglyphrun.cpp
index f46e86e88c..35884940ff 100644
--- a/src/gui/text/qglyphrun.cpp
+++ b/src/gui/text/qglyphrun.cpp
@@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtGui
\ingroup text
+ \ingroup shared
\mainclass
When Qt displays a string of text encoded in Unicode, it will first convert the Unicode points
diff --git a/src/gui/text/qrawfont.cpp b/src/gui/text/qrawfont.cpp
index f1191bc4b9..247fef5ca3 100644
--- a/src/gui/text/qrawfont.cpp
+++ b/src/gui/text/qrawfont.cpp
@@ -54,9 +54,10 @@ QT_BEGIN_NAMESPACE
\class QRawFont
\brief The QRawFont class provides access to a single physical instance of a font.
\since 4.8
- \inmodule QtGui
+ \inmodule QtGui
\ingroup text
+ \ingroup shared
\mainclass
\note QRawFont is a low level class. For most purposes QFont is a more appropriate class.
diff --git a/src/gui/text/qstatictext.cpp b/src/gui/text/qstatictext.cpp
index 0cbba1ecde..e143ab2a7f 100644
--- a/src/gui/text/qstatictext.cpp
+++ b/src/gui/text/qstatictext.cpp
@@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
\ingroup multimedia
\ingroup text
+ \ingroup shared
\mainclass
QStaticText provides a way to cache layout data for a block of text so that it can be drawn