Skip to content

Commit

Permalink
fix: add missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Nov 1, 2024
1 parent 0598811 commit 866ff55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imports/controls/iconthemeimageprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ class IconThemeImageProvider : public QQuickImageProvider
public:
IconThemeImageProvider();

QPixmap requestPixmap(const QString &id, QSize *realSize, const QSize &requestedSize);
QPixmap requestPixmap(const QString &id, QSize *realSize, const QSize &requestedSize) override;
};

0 comments on commit 866ff55

Please sign in to comment.