summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qtextlayout.h')
-rw-r--r--src/gui/text/qtextlayout.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/text/qtextlayout.h b/src/gui/text/qtextlayout.h
index 0fc41802de..cf3b4bb869 100644
--- a/src/gui/text/qtextlayout.h
+++ b/src/gui/text/qtextlayout.h
@@ -151,11 +151,6 @@ public:
friend bool operator!=(const FormatRange &lhs, const FormatRange &rhs)
{ return !operator==(lhs, rhs); }
};
-#if QT_DEPRECATED_SINCE(5, 6)
- QT_DEPRECATED_X("Use setFormats()") void setAdditionalFormats(const QList<FormatRange> &overrides);
- QT_DEPRECATED_X("Use formats()") QList<FormatRange> additionalFormats() const;
- QT_DEPRECATED_X("Use clearFormats()") void clearAdditionalFormats();
-#endif
void setFormats(const QList<FormatRange> &overrides);
QList<FormatRange> formats() const;
void clearFormats();