1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

Remove redundant semicolon

This commit is contained in:
Uwe L. Korn 2014-10-27 19:55:13 +01:00
parent 6f7a0e678f
commit ce9d953c87

@ -45,7 +45,7 @@ public:
virtual QString prettyName() const { return tr( "Local Network" ); }
QString description() const { return tr( "Automatically connect to Tomahawk users on the same local network." ); }
virtual bool isUnique() const { return true; }
AccountTypes types() const { return AccountTypes( SipType ); };
AccountTypes types() const { return AccountTypes( SipType ); }
virtual QPixmap icon() const;