Skip to content

Commit

Permalink
Add missing override keywords
Browse files Browse the repository at this point in the history
Change-Id: Id4fe5ffb27dbd3e96add0e87c1679b5b1ff76545
Reviewed-by: Gabriel de Dietrich <[email protected]>
  • Loading branch information
jakepetroules committed Feb 7, 2018
1 parent 3343295 commit 2af3cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/platformthemes/flatpak/qflatpaktheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class QFlatpakTheme : public QPlatformTheme

QPixmap standardPixmap(StandardPixmap sp, const QSizeF &size) const override;
QIcon fileIcon(const QFileInfo &fileInfo,
QPlatformTheme::IconOptions iconOptions = 0) const;
QPlatformTheme::IconOptions iconOptions = 0) const override;

QIconEngine *createIconEngine(const QString &iconName) const override;

Expand Down

0 comments on commit 2af3cb4

Please sign in to comment.