21 #ifndef LOCALLIBRARYMENU_H 22 #define LOCALLIBRARYMENU_H 27 #include "Helper/Settings/SayonaraClass.h" 37 void sig_reload_library();
38 void sig_import_file();
39 void sig_import_folder();
41 void sig_libpath_clicked();
42 void sig_show_album_artists_changed();
49 QAction* _reload_library_action=
nullptr;
50 QAction* _import_file_action=
nullptr;
51 QAction* _import_folder_action=
nullptr;
52 QAction* _info_action=
nullptr;
53 QAction* _library_path_action=
nullptr;
54 QAction* _realtime_search_action=
nullptr;
55 QAction* _auto_update=
nullptr;
56 QAction* _show_album_artists_action=
nullptr;
57 QAction* _show_album_cover_view=
nullptr;
65 void show_album_cover_view_changed();
66 void show_album_artists_changed();
67 void language_changed();
70 void realtime_search_changed();
71 void auto_update_changed();
74 #endif // LOCALLIBRARYMENU_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29
The IconLoader class.
Definition: IconLoader.h:36