23 #ifndef LOCALLIBRARYMENU_H
24 #define LOCALLIBRARYMENU_H
30 #include "Helper/Settings/SayonaraClass.h"
40 void sig_reload_library();
41 void sig_import_file();
42 void sig_import_folder();
44 void sig_libpath_clicked();
53 QAction* _reload_library_action=
nullptr;
54 QAction* _import_file_action=
nullptr;
55 QAction* _import_folder_action=
nullptr;
56 QAction* _info_action=
nullptr;
57 QAction* _library_path_action=
nullptr;
58 QAction* _realtime_search_action=
nullptr;
66 void language_changed();
70 void realtime_search_changed();
76 #endif // LOCALLIBRARYMENU_H
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31
Definition: IconLoader.h:35