Fix defines for qa mock
This commit is contained in:
parent
525099ea06
commit
60a593b44b
|
@ -279,12 +279,8 @@ public:
|
||||||
PCB_SELECTION_TOOL::PCB_SELECTION_TOOL() :
|
PCB_SELECTION_TOOL::PCB_SELECTION_TOOL() :
|
||||||
PCB_TOOL_BASE( "pcbnew.InteractiveSelection" ),
|
PCB_TOOL_BASE( "pcbnew.InteractiveSelection" ),
|
||||||
m_frame( NULL ),
|
m_frame( NULL ),
|
||||||
m_additive( false ),
|
|
||||||
m_subtractive( false ),
|
|
||||||
m_exclusive_or( false ),
|
|
||||||
m_multiple( false ),
|
|
||||||
m_skip_heuristics( false ),
|
|
||||||
m_enteredGroup( NULL ),
|
m_enteredGroup( NULL ),
|
||||||
|
m_nonModifiedCursor( KICURSOR::ARROW ),
|
||||||
m_priv( nullptr )
|
m_priv( nullptr )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue