diff --git a/qa/qa_utils/mocks.cpp b/qa/qa_utils/mocks.cpp index 285d4fa3fe..cbf5f49c37 100644 --- a/qa/qa_utils/mocks.cpp +++ b/qa/qa_utils/mocks.cpp @@ -410,6 +410,28 @@ void PCB_SELECTION_TOOL::setTransitions() { } + +void PCB_SELECTION_TOOL::select( EDA_ITEM* aItem ) +{ +} + + +void PCB_SELECTION_TOOL::unselect( EDA_ITEM* aItem ) +{ +} + + +void PCB_SELECTION_TOOL::highlight( EDA_ITEM* aItem, int aHighlightMode, + SELECTION* aGroup ) +{ +} + + +void PCB_SELECTION_TOOL::unhighlight( EDA_ITEM* aItem, int aHighlightMode, + SELECTION* aGroup ) +{ +} + void PCB_TOOL_BASE::doInteractiveItemPlacement( const std::string& aTool, INTERACTIVE_PLACER_BASE* aPlacer, const wxString& aCommitMessage, int aOptions )