aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/qquickproxytheme_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/qquickproxytheme_p.h')
-rw-r--r--src/quickcontrols2/qquickproxytheme_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/quickcontrols2/qquickproxytheme_p.h b/src/quickcontrols2/qquickproxytheme_p.h
index c94417dc..c2cec4f7 100644
--- a/src/quickcontrols2/qquickproxytheme_p.h
+++ b/src/quickcontrols2/qquickproxytheme_p.h
@@ -80,8 +80,7 @@ public:
QVariant themeHint(ThemeHint hint) const override;
QPixmap standardPixmap(StandardPixmap sp, const QSizeF &size) const override;
- QPixmap fileIconPixmap(const QFileInfo &fileInfo, const QSizeF &size,
- QPlatformTheme::IconOptions iconOptions = 0) const override;
+ QIcon fileIcon(const QFileInfo &fileInfo, QPlatformTheme::IconOptions iconOptions = 0) const override;
QIconEngine *createIconEngine(const QString &iconName) const override;