SmartPlaylistWizard: Add missing override
This commit is contained in:
parent
42cdde3203
commit
186f9c3f18
@ -36,13 +36,13 @@ class SmartPlaylistWizard : public QWizard {
|
||||
|
||||
public:
|
||||
explicit SmartPlaylistWizard(Application *app, CollectionBackend *collection, QWidget *parent);
|
||||
~SmartPlaylistWizard();
|
||||
~SmartPlaylistWizard() override;
|
||||
|
||||
void SetGenerator(PlaylistGeneratorPtr gen);
|
||||
PlaylistGeneratorPtr CreateGenerator() const;
|
||||
|
||||
protected:
|
||||
void initializePage(const int id);
|
||||
void initializePage(const int id) override;
|
||||
|
||||
private:
|
||||
class TypePage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user