Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
pblottiere committed Oct 16, 2017
1 parent 2fb7b12 commit d319e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaptoolcapture.h
Expand Up @@ -199,7 +199,7 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
*
* @return List of points
*
* @node added in 2.18
* @note added in 2.18
*/
QgsPointSequenceV2 pointsV2();

Expand Down
1 change: 1 addition & 0 deletions tests/src/python/test_qgsgeometry.py
Expand Up @@ -3525,5 +3525,6 @@ def testAngleAtVertex(self):
self.assertAlmostEqual(polygon.angleAtVertex(3), math.radians(225.0), places=3)
self.assertAlmostEqual(polygon.angleAtVertex(4), math.radians(135.0), places=3)


if __name__ == '__main__':
unittest.main()

0 comments on commit d319e65

Please sign in to comment.