Skip to content

Commit

Permalink
Fix build without features.shortcut
Browse files Browse the repository at this point in the history
Change-Id: I09a1e2e34df6ca1d779a7e36585f70a0d347cde5
Reviewed-by: Volker Hilsheimer <[email protected]>
Reviewed-by: Friedemann Kleint <[email protected]>
  • Loading branch information
task-jp committed Nov 12, 2019
1 parent 63a1a30 commit a5f474b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/corelib/kernel/qmetatype_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ template<> struct TypeDefinition<QRegExp> { static const bool IsAvailable = fals
#if !QT_CONFIG(regularexpression)
template<> struct TypeDefinition<QRegularExpression> { static const bool IsAvailable = false; };
#endif
#ifdef QT_NO_SHORTCUT
template<> struct TypeDefinition<QKeySequence> { static const bool IsAvailable = false; };
#endif
#ifdef QT_NO_CURSOR
template<> struct TypeDefinition<QCursor> { static const bool IsAvailable = false; };
#endif
Expand Down

0 comments on commit a5f474b

Please sign in to comment.