diff options
Diffstat (limited to 'tracker-wii/wii_module.hpp')
-rw-r--r-- | tracker-wii/wii_module.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-wii/wii_module.hpp b/tracker-wii/wii_module.hpp index 34a8561d..552c3bf5 100644 --- a/tracker-wii/wii_module.hpp +++ b/tracker-wii/wii_module.hpp @@ -9,6 +9,6 @@ class Q_DECL_EXPORT wii_metadata_pt : public Metadata { Q_OBJECT - QString name(); - QIcon icon(); + QString name() override; + QIcon icon() override; }; |