1 #ifndef GUI_CSSEDITOR_H 2 #define GUI_CSSEDITOR_H 4 #include "Gui/Utils/Widgets/Dialog.h" 5 #include "Utils/Pimpl.h" 24 void darkModeToggled(
bool b);
27 void showEvent(QShowEvent* e)
override;
28 void languageChanged()
override;
31 #endif // GUI_CSSEDITOR_H Definition: GUI_CssEditor.h:9