summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module/module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-pt/module/module.hpp')
-rw-r--r--tracker-pt/module/module.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/module/module.hpp b/tracker-pt/module/module.hpp
index 3afe8bc9..0b3f12cf 100644
--- a/tracker-pt/module/module.hpp
+++ b/tracker-pt/module/module.hpp
@@ -13,8 +13,8 @@ class OTR_GENERIC_EXPORT metadata_pt : public Metadata
{
Q_OBJECT
- QString name();
- QIcon icon();
+ QString name() override;
+ QIcon icon() override;
};
} // ns pt_module