summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-09-24 13:17:07 +0200
committerLars Knoll <lars.knoll@qt.io>2021-09-24 14:37:02 +0000
commit9481de80b702c9b6895feb54abae32a8a96d1d19 (patch)
tree11a301f5f2596e40a7ef61a01253c696c1230938
parentbbf115dec059c45f059b95b7bc28a4c2789ee420 (diff)
Fix compile error on Android
Remove an unused and deprecated enum value that was giving compile errors due to a missing case statement when compiling locally with -developer-build. Pick-to: 6.2 Change-Id: Ieca2124beda122f603acfd1b5f5746284a8a1a6c Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
-rw-r--r--src/corelib/platform/android/qandroidextras_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/platform/android/qandroidextras_p.h b/src/corelib/platform/android/qandroidextras_p.h
index 587c8661d6..0d6dc2097d 100644
--- a/src/corelib/platform/android/qandroidextras_p.h
+++ b/src/corelib/platform/android/qandroidextras_p.h
@@ -273,8 +273,6 @@ namespace QtAndroidPrivate
PhysicalActivity,
Contacts,
Storage,
- // TODO: remove after usages in other modules are renamed.
- WriteStorage,
Calendar
};