switch PartDesign to Bodies
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
|
||||
// Importing of App classes
|
||||
#ifdef FC_OS_WIN32
|
||||
# define SketcherExport __declspec(dllimport)
|
||||
# define PartExport __declspec(dllimport)
|
||||
# define PartGuiExport __declspec(dllimport)
|
||||
# define SketcherExport __declspec(dllimport)
|
||||
# define PartExport __declspec(dllimport)
|
||||
# define PartGuiExport __declspec(dllimport)
|
||||
# define SketcherGuiExport __declspec(dllexport)
|
||||
#else // for Linux
|
||||
# define SketcherExport
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2011 Jürgen Riegel <juergen.riegel@web.de> *
|
||||
* Copyright (c) 2011 Jürgen Riegel <juergen.riegel@web.de> *
|
||||
* *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
* *
|
||||
@@ -29,7 +29,7 @@
|
||||
namespace SketcherGui {
|
||||
|
||||
class Ui_SketchOrientationDialog;
|
||||
class SketchOrientationDialog : public QDialog
|
||||
class SketcherGuiExport SketchOrientationDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user