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
parent
c1b6fdd0d9
commit
7c3198efc2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue