summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <[email protected]>2025-06-24 16:12:07 +0200
committerMarc Mutz <[email protected]>2025-06-25 20:36:16 +0200
commit2edf8a4cafcb95a66505ff8bdd5bcfed203b4463 (patch)
treef7620238e5aea161c37591f2c3990075fc5f6adf
parent25f47a07833d1e3aaab89c017e931f5c8f23f147 (diff)
gui/removed_api.cpp: add missing comment block in 6.7 section
Amends 6c72080f26e9b70041434c6d762f7d601a2bf19c. Pick-to: 6.10 6.9 6.8 Change-Id: I8af92558be9ebef70fe99d4d6e9dcfdc14ef90ba Reviewed-by: Volker Hilsheimer <[email protected]>
-rw-r--r--src/gui/compat/removed_api.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/compat/removed_api.cpp b/src/gui/compat/removed_api.cpp
index 34e64cd03e6..6a39d8b8615 100644
--- a/src/gui/compat/removed_api.cpp
+++ b/src/gui/compat/removed_api.cpp
@@ -37,6 +37,10 @@ bool Qt::mightBeRichText(const QString& text)
return Qt::mightBeRichText(qToStringViewIgnoringNull(text));
}
+// #include "qotherheader.h"
+// // implement removed functions from qotherheader.h
+// order sections alphabetically
+
#endif // QT_GUI_REMOVED_SINCE(6, 7)
#if QT_GUI_REMOVED_SINCE(6, 8)