Rename file to match class.
This commit is contained in:
parent
da988428cf
commit
7632f89157
|
@ -69,7 +69,7 @@ set( GERBVIEW_SRCS
|
|||
gerbview_painter.cpp
|
||||
|
||||
tools/gerbview_actions.cpp
|
||||
tools/selection_tool.cpp
|
||||
tools/gerbview_selection_tool.cpp
|
||||
tools/gerbview_control.cpp
|
||||
gerber_collectors.cpp
|
||||
)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <gerbview_id.h>
|
||||
|
||||
#include "gerbview_actions.h"
|
||||
#include "selection_tool.h"
|
||||
#include "gerbview_selection_tool.h"
|
||||
#include "gerbview_control.h"
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "gerbview_actions.h"
|
||||
#include "gerbview_control.h"
|
||||
#include "selection_tool.h"
|
||||
#include "gerbview_selection_tool.h"
|
||||
|
||||
TOOL_ACTION GERBVIEW_ACTIONS::selectionTool( "gerbview.Control.selectionTool",
|
||||
AS_GLOBAL, 0,
|
||||
|
|
|
@ -45,7 +45,7 @@ using namespace std::placeholders;
|
|||
#include <gerbview_id.h>
|
||||
#include <gerbview_painter.h>
|
||||
|
||||
#include "selection_tool.h"
|
||||
#include "gerbview_selection_tool.h"
|
||||
#include "gerbview_actions.h"
|
||||
|
||||
// Selection tool actions
|
Loading…
Reference in New Issue