[TD]CI clang warnings

This commit is contained in:
wandererfan
2022-08-23 15:32:13 -04:00
committed by WandererFan
parent c075a298ae
commit aa2b1b8392
246 changed files with 3944 additions and 4241 deletions

View File

@@ -20,8 +20,8 @@
* *
***************************************************************************/
#ifndef _TechDraw_DrawHatch_h_
#define _TechDraw_DrawHatch_h_
#ifndef TechDraw_DrawHatch_h_
#define TechDraw_DrawHatch_h_
#include <Mod/TechDraw/TechDrawGlobal.h>
@@ -44,7 +44,7 @@ class TechDrawExport DrawHatch : public App::DocumentObject
public:
DrawHatch();
~DrawHatch() override;
~DrawHatch() = default;
App::PropertyLinkSub Source; // the dvp & face this hatch belongs to
App::PropertyFile HatchPattern;
@@ -66,10 +66,10 @@ public:
bool removeSub(std::string toRemove);
bool removeSub(int i);
bool empty();
static bool faceIsHatched(int i,std::vector<TechDraw::DrawHatch*> hatchObjs);
static bool faceIsHatched(int i, std::vector<TechDraw::DrawHatch*> hatchObjs);
static std::string prefSvgHatch();
static App::Color prefSvgHatchColor();
bool isSvgHatch() const;
bool isBitmapHatch() const;