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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user