From ce9d953c87b8dc326a0c2cc228551e3c6e039992 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 27 Oct 2014 19:55:13 +0100 Subject: [PATCH] Remove redundant semicolon --- src/accounts/zeroconf/ZeroconfAccount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounts/zeroconf/ZeroconfAccount.h b/src/accounts/zeroconf/ZeroconfAccount.h index a08ce414a..99675225c 100644 --- a/src/accounts/zeroconf/ZeroconfAccount.h +++ b/src/accounts/zeroconf/ZeroconfAccount.h @@ -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;