SmartPlaylistsViewContainer: Add missing override

This commit is contained in:
Jonas Kvinge
2022-08-28 02:50:17 +02:00
parent b9091702e9
commit 42cdde3203

View File

@@ -40,7 +40,7 @@ class SmartPlaylistsViewContainer : public QWidget {
public: public:
explicit SmartPlaylistsViewContainer(Application *app, QWidget *parent = nullptr); explicit SmartPlaylistsViewContainer(Application *app, QWidget *parent = nullptr);
~SmartPlaylistsViewContainer(); ~SmartPlaylistsViewContainer() override;
SmartPlaylistsView *view() const; SmartPlaylistsView *view() const;