[skip CI] [Part] some minor whitespaces and sorting
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
# include <QButtonGroup>
|
||||
# include <QCheckBox>
|
||||
# include <QDialogButtonBox>
|
||||
# include <QVBoxLayout>
|
||||
# include <QRegExp>
|
||||
# include <QRegExpValidator>
|
||||
# include <QVBoxLayout>
|
||||
# include <Interface_Static.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef PARTGUI_PRECOMPILED_H
|
||||
#define PARTGUI_PRECOMPILED_H
|
||||
|
||||
@@ -38,7 +37,7 @@
|
||||
|
||||
#ifdef FC_OS_WIN32
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
@@ -25,26 +25,25 @@
|
||||
#ifndef PART_GLOBAL_H
|
||||
#define PART_GLOBAL_H
|
||||
|
||||
|
||||
// Part
|
||||
#ifndef PartExport
|
||||
#ifdef Part_EXPORTS
|
||||
# define PartExport FREECAD_DECL_EXPORT
|
||||
# define PartExport FREECAD_DECL_EXPORT
|
||||
#else
|
||||
# define PartExport FREECAD_DECL_IMPORT
|
||||
# define PartExport FREECAD_DECL_IMPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef AttacherExport
|
||||
#define AttacherExport PartExport
|
||||
# define AttacherExport PartExport
|
||||
#endif
|
||||
|
||||
// PartGui
|
||||
#ifndef PartGuiExport
|
||||
#ifdef PartGui_EXPORTS
|
||||
# define PartGuiExport FREECAD_DECL_EXPORT
|
||||
# define PartGuiExport FREECAD_DECL_EXPORT
|
||||
#else
|
||||
# define PartGuiExport FREECAD_DECL_IMPORT
|
||||
# define PartGuiExport FREECAD_DECL_IMPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user