Remove temporary alias with typo to corrected PermissionType

It was only needed during the transition, while qtbase integrated the
new name, so that qtmultimedia can switch to using it, after which
qtbase can safely lose the old name.

Pick-to: 6.2
Task-number: QTBUG-94407
Change-Id: I8e9f35ae04f719fc732cd0fe9501f49b316767e5
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
bb10
Edward Welbourne 2021-06-22 17:38:27 +02:00
parent c1b6fdd0d9
commit 7c3198efc2
1 changed files with 0 additions and 3 deletions

View File

@ -65,9 +65,6 @@ enum PermissionType {
WriteCalendar
};
// ### 6.2 remove as soon as multimedia merges its typo fix
using PermisionType = PermissionType;
enum PermissionResult {
Authorized,
Denied,