mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-15 05:22:35 +02:00
Remove trailing semicolon
This commit is contained in:
parent
2e0cab59ff
commit
80f70d0f84
@ -44,7 +44,7 @@ public:
|
||||
virtual QString factoryId() const { return "resolveraccount"; }
|
||||
virtual QString description() const { return QString(); }
|
||||
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; }
|
||||
|
||||
// Used to create a new resolver from a script on disk, either chosen by
|
||||
|
Loading…
x
Reference in New Issue
Block a user