[skip CI] [Part] some minor whitespaces and sorting

This commit is contained in:
Uwe
2022-10-05 03:05:48 +02:00
parent c7805e922c
commit 7825dbdbce
3 changed files with 7 additions and 9 deletions

View File

@@ -25,9 +25,9 @@
# include <QButtonGroup>
# include <QCheckBox>
# include <QDialogButtonBox>
# include <QVBoxLayout>
# include <QRegExp>
# include <QRegExpValidator>
# include <QVBoxLayout>
# include <Interface_Static.hxx>
#endif

View File

@@ -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

View File

@@ -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