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"
44 [[nodiscard]] QString
name()
const override;
48 void setupPlaylists();
49 void selectedIndexChanged(
int index);
55 void retranslate()
override;
56 void initUi()
override;
Definition: GuiSmartPlaylists.h:35
QString name() const override
must be overwritten
QString displayName() const override
must be overwritten
Definition: PlayerPluginBase.h:40
Definition: SmartPlaylistManager.h:45