6 Commits

Author SHA1 Message Date
lbartoletti
972e7890bc
Merge branch 'master' into segment_intersection 2017-12-16 07:54:03 +01:00
Nyall Dawson
4da1ce8404 Drop redundant virtual keywords on overrides
Run clang-tidy modernize-use-override to remove all the redundant
virtual keywords from overridden methods, and add some missing
overrides.

Another benefit is that this has also added the overrides
on destructors, which will cause a build failure if a base
class is missing a virtual destructor.
2017-12-16 08:49:36 +10:00
lbartoletti
eb292c93bb Apply segmentIntersection on some tools with tests. 2017-12-13 08:45:44 +01:00
lbartoletti
e3205654c7 Requests for QgsMapToolCircle2TangentsPoint 2017-10-09 13:06:46 +02:00
lbartoletti
dec09cf5bd Visual indent part 2 2017-10-03 21:39:59 +02:00
lbartoletti
0204302aaa - Add QgsMapToolRegularPolygonCenterCorner and change
QgsMapToolRegularPolygonCenterPoint
- Add QgsMapToolCircle2TangentsPoint
2017-10-03 14:33:16 +02:00