diff options
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblerfactory.cpp')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobblerfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp index 21a3b522b..2f36f971a 100644 --- a/src/plugins/General/scrobbler/scrobblerfactory.cpp +++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp @@ -34,7 +34,7 @@ const GeneralProperties ScrobblerFactory::properties() const return properties; } -General *ScrobblerFactory::create(Control*, QObject *parent) +General *ScrobblerFactory::create(QObject *parent) { return new Scrobbler(parent); } |
