diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-20 23:11:54 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-20 23:11:54 +0200 |
commit | 04105312e2f5b3377114b8bc0860f42fe329484e (patch) | |
tree | b469bd917dfca2de49b3fc6eaf3120f4a25ffe07 | |
parent | 79cbceaf74b706c47ce1238fdb62151d7a918484 (diff) |
tracker/wii: fix link
-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"); } }; |