Move SoDatumLabel from Sketcher to Core so that it can be reused anywhere.

This commit is contained in:
Paddle
2023-04-07 10:06:01 +02:00
parent 9ad3f94265
commit 271e3bec4a
7 changed files with 13 additions and 12 deletions

View File

@@ -50,6 +50,7 @@
#include <Gui/Tools.h>
#include <Gui/Utilities.h>
#include <Gui/Inventor/SmSwitchboard.h>
#include <Gui/SoDatumLabel.h>
#include <Mod/Part/App/Geometry.h>
#include <Mod/Sketcher/App/GeometryFacade.h>
#include <Mod/Sketcher/App/SolverGeometryExtension.h>
@@ -58,13 +59,13 @@
#include <Mod/Sketcher/App/GeoList.h>
#include "EditModeConstraintCoinManager.h"
#include "SoDatumLabel.h"
#include "SoZoomTranslation.h"
#include "ViewProviderSketch.h"
#include "ViewProviderSketchCoinAttorney.h"
#include "Utils.h"
using namespace Gui;
using namespace SketcherGui;
using namespace Sketcher;