1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

Remove redundant semicolon

This commit is contained in:
Uwe L. Korn
2014-10-29 20:43:54 +01:00
parent 1c26564231
commit 167d46b685

View File

@@ -188,5 +188,5 @@ protected:
CustomAtticaAccount( const QString& id ) : Tomahawk::Accounts::Account( id ) {}
};
Q_DECLARE_METATYPE( Attica::Content );
Q_DECLARE_METATYPE( Attica::Content )
#endif // ATTICAMANAGER_H