summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qrawfont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qrawfont.cpp')
-rw-r--r--src/gui/text/qrawfont.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/text/qrawfont.cpp b/src/gui/text/qrawfont.cpp
index 468ab4e8cb..7148edf304 100644
--- a/src/gui/text/qrawfont.cpp
+++ b/src/gui/text/qrawfont.cpp
@@ -186,6 +186,14 @@ QRawFont &QRawFont::operator=(const QRawFont &other)
}
/*!
+ \fn void QRawFont::operator=(QRawFont &other)
+ \since 5.0
+
+ Swaps this raw font with \a other. This function is very fast and
+ never fails.
+*/
+
+/*!
Returns true if the QRawFont is valid and false otherwise.
*/
bool QRawFont::isValid() const