Skip to content

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 22, 2022
1 parent f7cf0f5 commit 4185783
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshapecircle3points.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolcircle3points.h - map tool for adding circle
qgsmaptoolshapecircle3points.h - map tool for adding circle
from 3 points
---------------------
begin : July 2017
Expand Down
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshapecircle3points.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolcircle3points.h - map tool for adding circle
qgsmaptoolshapecircle3points.h - map tool for adding circle
from 3 points
---------------------
begin : July 2017
Expand Down
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshapecirclecenterpoint.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolcirclecenterpoint.cpp - map tool for adding circle
qgmaptoolshapecirclecenterpoint.cpp - map tool for adding circle
from center and a point
---------------------
begin : July 2017
Expand Down
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshapecirclecenterpoint.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolcirclecenterpoint.h - map tool for adding circle
qgmaptoolshapecirclecenterpoint.h - map tool for adding circle
from center and a point
---------------------
begin : July 2017
Expand Down
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshapeellipseextent.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolellipseextent.cpp - map tool for adding ellipse
qgmaptoolshapeellipseextent.cpp - map tool for adding ellipse
from extent
---------------------
begin : July 2017
Expand Down
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshapeellipseextent.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolellipseextent.h - map tool for adding ellipse
qgmaptoolshapeellipseextent.h - map tool for adding ellipse
from extent
---------------------
begin : July 2017
Expand Down
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshapeellipsefoci.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolellipsefoci.cpp - map tool for adding ellipse
qgmaptoolshapeellipsefoci.cpp - map tool for adding ellipse
from foci and a point
---------------------
begin : July 2017
Expand Down
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshapeellipsefoci.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolellipsefoci.h - map tool for adding ellipse
qgmaptoolshapeellipsefoci.h - map tool for adding ellipse
from foci and a point
---------------------
begin : July 2017
Expand Down
2 changes: 1 addition & 1 deletion src/app/maptools/qgsmaptoolshaperegularpolygon2points.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
qgmaptoolregularpolygon2points.h - map tool for adding regular
qgmaptoolshaperegularpolygon2points.h - map tool for adding regular
polygon from 2 points
---------------------
begin : July 2017
Expand Down

0 comments on commit 4185783

Please sign in to comment.