1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

Use override directly

This commit is contained in:
Uwe L. Korn
2014-10-19 16:10:05 +02:00
parent 36ea2f797f
commit 2ec6a06f2a

View File

@@ -33,8 +33,8 @@ public:
ExternalResolverPlaylistUpdaterFactory();
virtual ~ExternalResolverPlaylistUpdaterFactory();
QString type() const Q_DECL_OVERRIDE;
PlaylistUpdaterInterface* create( const playlist_ptr&, const QVariantHash& settings ) Q_DECL_OVERRIDE;
QString type() const override;
PlaylistUpdaterInterface* create( const playlist_ptr&, const QVariantHash& settings ) override;
private slots:
void resolverAdded( Tomahawk::Resolver* resolver );