summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qglyphrun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qglyphrun.cpp')
-rw-r--r--src/gui/text/qglyphrun.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/text/qglyphrun.cpp b/src/gui/text/qglyphrun.cpp
index c298893002..b3191891ae 100644
--- a/src/gui/text/qglyphrun.cpp
+++ b/src/gui/text/qglyphrun.cpp
@@ -153,6 +153,14 @@ QGlyphRun &QGlyphRun::operator=(const QGlyphRun &other)
}
/*!
+ \fn void QGlyphRun::swap(QGlyphRun &other)
+ \since 5.0
+
+ Swaps this glyph run instance with \a other. This function is very
+ fast and never fails.
+*/
+
+/*!
Compares \a other to this QGlyphRun object. Returns true if the list of glyph indexes,
the list of positions and the font are all equal, otherwise returns false.
*/