diff options
-rw-r--r-- | tracker-wii/wii_module.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tracker-wii/wii_module.cpp b/tracker-wii/wii_module.cpp index 9acfee49..0358004f 100644 --- a/tracker-wii/wii_module.cpp +++ b/tracker-wii/wii_module.cpp @@ -62,10 +62,8 @@ struct wii_dialog_pt : TrackerDialog_PT wii_dialog_pt(); }; -class wii_metadata_pt : public Metadata +struct wii_metadata_pt : Metadata { - Q_OBJECT - QString name() { return tr("WiiPointTracker 1.1"); } QIcon icon() { return QIcon(":/Resources/wii.png"); } }; |