summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2020-06-19 20:47:29 +0200
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2020-06-20 15:28:59 +0200
commit4298385ec33d40001af8b2d04e896e6a332d33e8 (patch)
tree9a2956390fe139e2248eb5d3ef166bb6eb0e4b1d /src/corelib/global
parent0ce37ab556cace23615bafc8323f98f2498da61f (diff)
Remove deprecated roles BackgroundColorRole and TextColorRole
Change-Id: I2729102d1efa9f3809ec22c29517961800e7dc6d Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/global')
-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,