1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 14:28:24 +01:00

Remove redundant semicolons

This commit is contained in:
Uwe L. Korn 2014-10-27 17:50:44 +01:00
parent 6a2782a95b
commit fdff5663ac

View File

@ -200,9 +200,9 @@ public:
virtual Account* createFromPath( const QString& ) { return 0; }
};
};
}
};
}
Q_DECLARE_INTERFACE( Tomahawk::Accounts::AccountFactory, "tomahawk.AccountFactory/1.0" )