summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qnamespace.h')
-rw-r--r--src/corelib/global/qnamespace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index 9ac9d7ab34..cb1c08e4fa 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -1496,10 +1496,6 @@ namespace Qt {
TextAlignmentRole = 7,
BackgroundRole = 8,
ForegroundRole = 9,
-#if QT_DEPRECATED_SINCE(5, 13) // ### Qt 6: remove me
- BackgroundColorRole Q_DECL_ENUMERATOR_DEPRECATED = BackgroundRole,
- TextColorRole Q_DECL_ENUMERATOR_DEPRECATED = ForegroundRole,
-#endif
CheckStateRole = 10,
// Accessibility
AccessibleTextRole = 11,