Skip to content

Commit

Permalink
Fix compile error on Android
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
laknoll committed Sep 24, 2021
1 parent bbf115d commit 9481de8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/corelib/platform/android/qandroidextras_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ namespace QtAndroidPrivate
PhysicalActivity,
Contacts,
Storage,
// TODO: remove after usages in other modules are renamed.
WriteStorage,
Calendar
};

Expand Down

0 comments on commit 9481de8

Please sign in to comment.