Gui: Reorganize the selection files into a top Selection folder.

This commit is contained in:
tritao
2025-01-27 10:31:58 +00:00
committed by Chris Hennes
parent 1f39e6ed8c
commit 551c2e48fb
246 changed files with 303 additions and 296 deletions

View File

@@ -35,7 +35,7 @@
#include <Base/UnitsApi.h>
#include <Gui/Application.h>
#include <Gui/MainWindow.h>
#include <Gui/Selection.h>
#include <Gui/Selection/Selection.h>
#include <Gui/Control.h>
#include <Mod/Part/App/PartFeature.h>

View File

@@ -28,7 +28,7 @@
#include <Mod/Measure/MeasureGlobal.h>
#include <Gui/Selection.h>
#include <Gui/Selection/Selection.h>
class QTimer;

View File

@@ -39,7 +39,7 @@
#include <Gui/TaskView/TaskDialog.h>
#include <Gui/TaskView/TaskView.h>
#include <Gui/Selection.h>
#include <Gui/Selection/Selection.h>
namespace Gui
{