mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Remove trailing semicolon
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
|||||||
virtual QString factoryId() const { return "resolveraccount"; }
|
virtual QString factoryId() const { return "resolveraccount"; }
|
||||||
virtual QString description() const { return QString(); }
|
virtual QString description() const { return QString(); }
|
||||||
virtual QString prettyName() const { return QString(); } // Internal, not displayed
|
virtual QString prettyName() const { return QString(); } // Internal, not displayed
|
||||||
AccountTypes types() const { return AccountTypes( ResolverType ); };
|
AccountTypes types() const { return AccountTypes( ResolverType ); }
|
||||||
virtual bool allowUserCreation() const { return false; }
|
virtual bool allowUserCreation() const { return false; }
|
||||||
|
|
||||||
// Used to create a new resolver from a script on disk, either chosen by
|
// Used to create a new resolver from a script on disk, either chosen by
|
||||||
|
Reference in New Issue
Block a user