Add missing #else for a zero entry in an index mapping

Follow-up to commit dff3843d98.
Noticed during branch-merge conflict resolution.

Change-Id: I9a0ed11853c00f0d260d2fbd5f909ea2a65fd346
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Edward Welbourne 2020-01-28 11:16:02 +01:00
parent c08a31634f
commit 6251963ecd
1 changed files with 2 additions and 0 deletions

View File

@ -2471,6 +2471,8 @@ static const ushort mapIdFromQt3ToCurrent[MapFromThreeCount] =
QMetaType::QBitArray,
#if QT_CONFIG(shortcut)
QMetaType::QKeySequence,
#else
0, // QKeySequence
#endif
QMetaType::QPen,
QMetaType::LongLong,