From a5f474b9bb42d7408284d99d96eb9dc510632293 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Tue, 12 Nov 2019 01:47:27 +0900 Subject: Fix build without features.shortcut Change-Id: I09a1e2e34df6ca1d779a7e36585f70a0d347cde5 Reviewed-by: Volker Hilsheimer Reviewed-by: Friedemann Kleint --- src/corelib/kernel/qmetatype_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/corelib/kernel/qmetatype_p.h b/src/corelib/kernel/qmetatype_p.h index d743d5a5c7..f2057e25b4 100644 --- a/src/corelib/kernel/qmetatype_p.h +++ b/src/corelib/kernel/qmetatype_p.h @@ -232,9 +232,6 @@ template<> struct TypeDefinition { static const bool IsAvailable = fals #if !QT_CONFIG(regularexpression) template<> struct TypeDefinition { static const bool IsAvailable = false; }; #endif -#ifdef QT_NO_SHORTCUT -template<> struct TypeDefinition { static const bool IsAvailable = false; }; -#endif #ifdef QT_NO_CURSOR template<> struct TypeDefinition { static const bool IsAvailable = false; }; #endif -- cgit v1.2.3