From f7d858c49a6d535d4c62a7e976d7daeac58a7a8c Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 15 Feb 2018 14:18:17 +0100 Subject: Material: specify the desired button layout in the style This eliminates an undesired dependency from QQuickMaterialTheme to QPlatformTheme. Task-number: QTBUG-51921 Change-Id: I43c8ab076118b85cf1ae6c85cf1ee5d3e7b8bc74 Reviewed-by: Mitch Curtis --- src/imports/controls/material/qquickmaterialtheme_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/imports/controls/material/qquickmaterialtheme_p.h') diff --git a/src/imports/controls/material/qquickmaterialtheme_p.h b/src/imports/controls/material/qquickmaterialtheme_p.h index 6abbed79..8df1f962 100644 --- a/src/imports/controls/material/qquickmaterialtheme_p.h +++ b/src/imports/controls/material/qquickmaterialtheme_p.h @@ -61,8 +61,6 @@ public: const QFont *font(Font type = SystemFont) const override; - QVariant themeHint(ThemeHint hint) const override; - protected: void resolveFonts(const QFont &defaultFont) override; -- cgit v1.2.3