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:
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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user