feat: forward-port Kindred Create to FreeCAD 1.2 #206

Merged
forbes merged 1 commits from kindred-on-upstream-1.2 into main 2026-02-14 17:23:26 +00:00

View File

@@ -21,6 +21,8 @@
* *
***************************************************************************/
#include <QApplication>
#include <QEvent>
#include <QHBoxLayout>
#include <QLabel>
#include <QString>
@@ -28,6 +30,7 @@
#include "ThemeSelectorWidget.h"
#include <gsl/pointers>
#include <Gui/Application.h>
#include <Gui/PreferencePackManager.h>
using namespace StartGui;