From 7c3198efc2653b35435ffddbe06ed163b757660b Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 22 Jun 2021 17:38:27 +0200 Subject: [PATCH] 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 --- src/corelib/kernel/qpermission.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/corelib/kernel/qpermission.h b/src/corelib/kernel/qpermission.h index ac7a0ab3f8..c3a9239326 100644 --- a/src/corelib/kernel/qpermission.h +++ b/src/corelib/kernel/qpermission.h @@ -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,