Fix ODR violation, correct Ui_TaskSketcherGeneral namespace

The generated ui_TaskSketcherGeneral.h defines the class in the
SketcherGui namespace.

Fixes #4529
This commit is contained in:
Stefan Brüns
2021-01-28 17:16:05 +01:00
committed by wwmayer
parent 99fe37928c
commit 27cdc7cd9c

View File

@@ -28,8 +28,6 @@
#include <Gui/Selection.h>
#include <boost_signals2.hpp>
class Ui_TaskSketcherGeneral;
namespace App {
class Property;
}
@@ -40,6 +38,7 @@ class ViewProvider;
namespace SketcherGui {
class Ui_TaskSketcherGeneral;
class ViewProviderSketch;
class SketcherGeneralWidget : public QWidget