summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qcombobox.h')
-rw-r--r--src/widgets/widgets/qcombobox.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/widgets/widgets/qcombobox.h b/src/widgets/widgets/qcombobox.h
index 1411d64143..38000e336b 100644
--- a/src/widgets/widgets/qcombobox.h
+++ b/src/widgets/widgets/qcombobox.h
@@ -137,11 +137,7 @@ public:
enum SizeAdjustPolicy {
AdjustToContents,
AdjustToContentsOnFirstShow,
-#if QT_DEPRECATED_SINCE(5, 15)
- AdjustToMinimumContentsLength Q_DECL_ENUMERATOR_DEPRECATED_X(
- "Use AdjustToContents or AdjustToContentsOnFirstShow"), // ### Qt 6: remove
-#endif
- AdjustToMinimumContentsLengthWithIcon = AdjustToContentsOnFirstShow + 2
+ AdjustToMinimumContentsLengthWithIcon
};
Q_ENUM(SizeAdjustPolicy)