29 #ifndef GUI_ALTERNATE_COVERS_H_ 30 #define GUI_ALTERNATE_COVERS_H_ 32 #include "GUI/Helper/SayonaraWidget/SayonaraDialog.h" 33 #include "Helper/Pimpl.h" 35 namespace Ui {
class AlternativeCovers; }
61 void search_clicked();
62 void cover_pressed(
const QModelIndex& idx);
63 void open_file_dialog();
64 void cl_new_cover(
const QString& cover_path);
65 void cl_finished(
bool);
76 void delete_all_files();
79 void closeEvent(QCloseEvent* e)
override;
80 void language_changed()
override;
Definition: GUI_SomaFM.h:34
The CoverLocation class.
Definition: CoverLocation.h:37
Definition: GUI_AlternativeCovers.h:43
Definition: ui_GUI_AlternativeCovers.h:228
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()...
Definition: SayonaraDialog.h:33