diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2025-04-25 08:01:32 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2025-05-16 08:54:13 +0200 |
| commit | 78f8c6c81c2e900aa1cb433940667a054cc0b6ed (patch) | |
| tree | b03c5c96e1d45645a5528d2007f343f21bd46f48 /tracker-wii/wii_module.cpp | |
| parent | 1f737463587fec21337631bc0320718b49fde26c (diff) | |
buffer flush
Diffstat (limited to 'tracker-wii/wii_module.cpp')
| -rw-r--r-- | tracker-wii/wii_module.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tracker-wii/wii_module.cpp b/tracker-wii/wii_module.cpp index 0358004f..b384078c 100644 --- a/tracker-wii/wii_module.cpp +++ b/tracker-wii/wii_module.cpp @@ -15,6 +15,8 @@ #include "pt-api.hpp" +#include "compat/linkage-macros.hpp" + #include <memory> static const QString module_name = "tracker-wii-pt"; @@ -62,8 +64,10 @@ struct wii_dialog_pt : TrackerDialog_PT wii_dialog_pt(); }; -struct wii_metadata_pt : Metadata +struct OTR_GENERIC_EXPORT wii_metadata_pt : Metadata { + Q_OBJECT + QString name() { return tr("WiiPointTracker 1.1"); } QIcon icon() { return QIcon(":/Resources/wii.png"); } }; |
