diff options
Diffstat (limited to 'tracker-wii/wii_module.hpp')
-rw-r--r-- | tracker-wii/wii_module.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tracker-wii/wii_module.hpp b/tracker-wii/wii_module.hpp new file mode 100644 index 00000000..34a8561d --- /dev/null +++ b/tracker-wii/wii_module.hpp @@ -0,0 +1,14 @@ +#pragma once + +#include "api/plugin-api.hpp" + +#include <QIcon> +#include <QtGlobal> + +class Q_DECL_EXPORT wii_metadata_pt : public Metadata +{ + Q_OBJECT + + QString name(); + QIcon icon(); +}; |