summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module/module.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-04-05 03:23:38 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-04-05 03:23:52 +0200
commitc0165f8b48852a1aca782d606ba4f1ea48eee6ba (patch)
tree433441689808ca741889b078407bc49fade746de /tracker-pt/module/module.hpp
parenteb32a2ac02c6d1adcfeb0a1a5522f8aaea442489 (diff)
modules: now use i18n
Diffstat (limited to 'tracker-pt/module/module.hpp')
-rw-r--r--tracker-pt/module/module.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/tracker-pt/module/module.hpp b/tracker-pt/module/module.hpp
new file mode 100644
index 00000000..4a2cb919
--- /dev/null
+++ b/tracker-pt/module/module.hpp
@@ -0,0 +1,18 @@
+#pragma once
+
+#include "api/plugin-api.hpp"
+#include <QtGlobal>
+#include <QIcon>
+
+namespace pt_module
+{
+
+class Q_DECL_EXPORT metadata_pt : public Metadata
+{
+ Q_OBJECT
+
+ QString name();
+ QIcon icon();
+};
+
+} // ns pt_module