1
0
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:
Uwe L. Korn 2014-06-30 16:55:08 +01:00
parent 2e0cab59ff
commit 80f70d0f84

View File

@ -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