summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qglyphrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qglyphrun.h')
-rw-r--r--src/gui/text/qglyphrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qglyphrun.h b/src/gui/text/qglyphrun.h
index 8188e13e27..37e9a72bbe 100644
--- a/src/gui/text/qglyphrun.h
+++ b/src/gui/text/qglyphrun.h
@@ -126,7 +126,7 @@ private:
QExplicitlySharedDataPointer<QGlyphRunPrivate> d;
};
-Q_DECLARE_TYPEINFO(QGlyphRun, Q_MOVABLE_TYPE);
+Q_DECLARE_SHARED(QGlyphRun)
QT_END_NAMESPACE