mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 13:17:34 +02:00
Remove redundant semicolons
This commit is contained in:
@@ -200,9 +200,9 @@ public:
|
|||||||
virtual Account* createFromPath( const QString& ) { return 0; }
|
virtual Account* createFromPath( const QString& ) { return 0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
||||||
Q_DECLARE_INTERFACE( Tomahawk::Accounts::AccountFactory, "tomahawk.AccountFactory/1.0" )
|
Q_DECLARE_INTERFACE( Tomahawk::Accounts::AccountFactory, "tomahawk.AccountFactory/1.0" )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user