diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-03 00:10:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:20 +0100 |
commit | 47d395c98e2d11840f775e22386167f27c199e1c (patch) | |
tree | 0101e653fd3399f8bb1fc76312572931c333f964 /tracker-wii/wii_module.hpp | |
parent | 545071e998806235442edda5f575ee61e836abe9 (diff) |
tracker/wii: don't export more than necessary
Diffstat (limited to 'tracker-wii/wii_module.hpp')
-rw-r--r-- | tracker-wii/wii_module.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tracker-wii/wii_module.hpp b/tracker-wii/wii_module.hpp index 552c3bf5..b167e150 100644 --- a/tracker-wii/wii_module.hpp +++ b/tracker-wii/wii_module.hpp @@ -2,10 +2,7 @@ #include "api/plugin-api.hpp" -#include <QIcon> -#include <QtGlobal> - -class Q_DECL_EXPORT wii_metadata_pt : public Metadata +class wii_metadata_pt : public Metadata { Q_OBJECT |