21#ifndef SAYONARA_PLAYER_GUISMARTPLAYLISTS_H
22#define SAYONARA_PLAYER_GUISMARTPLAYLISTS_H
24#include "Utils/Pimpl.h"
25#include "Gui/Utils/GuiClass.h"
26#include "Gui/Plugins/PlayerPluginBase.h"
48 QWidget* parent =
nullptr);
51 [[nodiscard]] QString
name()
const override;
55 void setupPlaylists();
56 void selectedIndexChanged(
int index);
62 void retranslate()
override;
63 void initUi()
override;
Definition GuiSmartPlaylists.h:41
QString name() const override
must be overwritten
QString displayName() const override
must be overwritten
Definition LibraryManager.h:36
Definition PlayerPluginBase.h:40
Definition SmartPlaylistManager.h:51