mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Use override directly
This commit is contained in:
@@ -33,8 +33,8 @@ public:
|
|||||||
ExternalResolverPlaylistUpdaterFactory();
|
ExternalResolverPlaylistUpdaterFactory();
|
||||||
virtual ~ExternalResolverPlaylistUpdaterFactory();
|
virtual ~ExternalResolverPlaylistUpdaterFactory();
|
||||||
|
|
||||||
QString type() const Q_DECL_OVERRIDE;
|
QString type() const override;
|
||||||
PlaylistUpdaterInterface* create( const playlist_ptr&, const QVariantHash& settings ) Q_DECL_OVERRIDE;
|
PlaylistUpdaterInterface* create( const playlist_ptr&, const QVariantHash& settings ) override;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void resolverAdded( Tomahawk::Resolver* resolver );
|
void resolverAdded( Tomahawk::Resolver* resolver );
|
||||||
|
Reference in New Issue
Block a user