Gui: move Ui loader classes to their own source files

This commit is contained in:
wmayer
2021-09-22 20:31:01 +02:00
parent 8cb1b9e899
commit bc5c585c8b
8 changed files with 411 additions and 342 deletions

View File

@@ -36,6 +36,7 @@
#include <Gui/BitmapFactory.h>
#include <Gui/Command.h>
#include <Gui/Control.h>
#include <Gui/UiLoader.h>
#include <Gui/WidgetFactory.h>
#include <Base/Interpreter.h>
#include <Base/Console.h>