diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-28 17:26:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-28 21:27:35 +0200 |
commit | 0c27d726a900b901e8bffafe993a3d3e36bf27f3 (patch) | |
tree | 960bcda73075a62826300d7805f6db1b303ac540 /tracker-pt/module | |
parent | c80dd2e156e20f028cf4631fd7874a89c3568bab (diff) |
random cleanups
Diffstat (limited to 'tracker-pt/module')
-rw-r--r-- | tracker-pt/module/module.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tracker-pt/module/module.hpp b/tracker-pt/module/module.hpp index 4a2cb919..3afe8bc9 100644 --- a/tracker-pt/module/module.hpp +++ b/tracker-pt/module/module.hpp @@ -1,13 +1,15 @@ #pragma once #include "api/plugin-api.hpp" -#include <QtGlobal> #include <QIcon> +#include <QString> + +#include "compat/linkage-macros.hpp" namespace pt_module { -class Q_DECL_EXPORT metadata_pt : public Metadata +class OTR_GENERIC_EXPORT metadata_pt : public Metadata { Q_OBJECT |