Skip to content

Commit d319e65

Browse files
committedOct 16, 2017
Fix travis build
1 parent 2fb7b12 commit d319e65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/gui/qgsmaptoolcapture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
199199
*
200200
* @return List of points
201201
*
202-
* @node added in 2.18
202+
* @note added in 2.18
203203
*/
204204
QgsPointSequenceV2 pointsV2();
205205

‎tests/src/python/test_qgsgeometry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3525,5 +3525,6 @@ def testAngleAtVertex(self):
35253525
self.assertAlmostEqual(polygon.angleAtVertex(3), math.radians(225.0), places=3)
35263526
self.assertAlmostEqual(polygon.angleAtVertex(4), math.radians(135.0), places=3)
35273527

3528+
35283529
if __name__ == '__main__':
35293530
unittest.main()

0 commit comments

Comments
 (0)
Please sign in to comment.