SmartPlaylistsViewContainer: Add missing override
This commit is contained in:
parent
b9091702e9
commit
42cdde3203
|
@ -40,7 +40,7 @@ class SmartPlaylistsViewContainer : public QWidget {
|
|||
|
||||
public:
|
||||
explicit SmartPlaylistsViewContainer(Application *app, QWidget *parent = nullptr);
|
||||
~SmartPlaylistsViewContainer();
|
||||
~SmartPlaylistsViewContainer() override;
|
||||
|
||||
SmartPlaylistsView *view() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue