mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Remove redundant semicolon
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user