[TD]clazy warnings and duplicate setter/getter
- clazy warning re missing Q_OBJECT - include TechDrawGlobal.h in headers - resolve duplicate setter/getters
This commit is contained in:
committed by
WandererFan
parent
2c047e361d
commit
aa1193559b
@@ -22,7 +22,9 @@
|
||||
|
||||
#ifndef _TechDraw_DrawLeaderLine_h_
|
||||
#define _TechDraw_DrawLeaderLine_h_
|
||||
|
||||
|
||||
#include <Mod/TechDraw/TechDrawGlobal.h>
|
||||
|
||||
# include <App/DocumentObject.h>
|
||||
# include <App/FeaturePython.h>
|
||||
# include <App/PropertyLinks.h>
|
||||
@@ -36,6 +38,7 @@ namespace TechDraw
|
||||
class TechDrawExport DrawLeaderLine : public TechDraw::DrawView
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(TechDraw::DrawLeaderLine);
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DrawLeaderLine();
|
||||
|
||||
Reference in New Issue
Block a user