Rename file to match class.

This commit is contained in:
Jeff Young 2019-04-28 20:04:28 +01:00
parent da988428cf
commit 7632f89157
5 changed files with 4 additions and 4 deletions

View File

@ -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
)

View File

@ -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"

View File

@ -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,

View File

@ -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