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"
29UI_FWD(GUI_LibraryReloadDialog)
46 void sigAccepted(ReloadQuality quality);
52 void setQuality(ReloadQuality quality);
57 void comboChanged(
int);
60 void languageChanged()
override;
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()....
Definition: Dialog.h:37
Reload dialog containing a combo box which allows you choosing between fast and deep reloading.
Definition: GUI_ReloadLibraryDialog.h:40