summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qfont.cpp')
-rw-r--r--src/gui/text/qfont.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index eb682388ff..194cccaed9 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -691,10 +691,7 @@ QFont::QFont()
{
}
-#if QT_DEPRECATED_SINCE(6, 2)
/*!
- \deprecated [6.2] Use the overload taking a QStringList instead.
-
Constructs a font object with the specified \a family, \a
pointSize, \a weight and \a italic settings.
@@ -740,7 +737,6 @@ QFont::QFont(const QString &family, int pointSize, int weight, bool italic)
d->request.weight = weight;
d->request.style = italic ? QFont::StyleItalic : QFont::StyleNormal;
}
-#endif
/*!
Constructs a font object with the specified \a families, \a