21 #ifndef GUI_LIBRARYRELOAD_DIALOG_H 22 #define GUI_LIBRARYRELOAD_DIALOG_H 24 #include "Gui/Utils/Widgets/Dialog.h" 26 #include "Utils/Pimpl.h" 27 #include "Utils/Library/LibraryNamespaces.h" 29 UI_FWD(GUI_LibraryReloadDialog)
57 void comboChanged(
int);
60 void languageChanged()
override;
64 #endif // GUI_LIBRARYRELOAD_DIALOG_H Reload dialog containing a combo box which allows you choosing between fast and deep reloading.
Definition: GUI_ReloadLibraryDialog.h:38
ReloadQuality
The ReloadQuality enum.
Definition: LibraryNamespaces.h:47
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()....
Definition: Dialog.h:33
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:30