Sketcher Gui: DrawSketchController - lints
This commit is contained in:
committed by
abdullahtahiriyo
parent
a28b2dcf37
commit
c09793e811
@@ -189,7 +189,12 @@ public:
|
||||
, keymanager(std::make_unique<DrawSketchKeyboardManager>())
|
||||
{}
|
||||
|
||||
~DrawSketchController()
|
||||
DrawSketchController(const DrawSketchController&) = delete;
|
||||
DrawSketchController(DrawSketchController&&) = delete;
|
||||
bool operator=(const DrawSketchController&) = delete;
|
||||
bool operator=(DrawSketchController&&) = delete;
|
||||
|
||||
virtual ~DrawSketchController()
|
||||
{}
|
||||
|
||||
/** @name functions NOT intended for specialisation offering a NVI for extension */
|
||||
|
||||
@@ -117,7 +117,7 @@ public:
|
||||
: ControllerBase(dshandler)
|
||||
{}
|
||||
|
||||
~DrawSketchDefaultWidgetController()
|
||||
~DrawSketchDefaultWidgetController() override
|
||||
{
|
||||
connectionParameterValueChanged.disconnect();
|
||||
connectionCheckboxCheckedChanged.disconnect();
|
||||
|
||||
Reference in New Issue
Block a user