Skip to content

Commit 2bbadba

Browse files
committedJun 2, 2017
Rename qgspoint.h and qgspointv2.h
To qgspointxy.h And qgspoint.h
1 parent 4f3cd3e commit 2bbadba

File tree

96 files changed

+124
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+124
-119
lines changed
 

‎python/core/conversions.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ template <TYPE>
259259
{
260260
%TypeHeaderCode
261261
#include <QList>
262-
#include "qgspointv2.h"
262+
#include "qgspoint.h"
263263
%End
264264

265265
%ConvertFromTypeCode
@@ -333,7 +333,7 @@ template <TYPE>
333333
{
334334
%TypeHeaderCode
335335
#include <QList>
336-
#include "qgspointv2.h"
336+
#include "qgspoint.h"
337337
%End
338338

339339
%ConvertFromTypeCode

‎python/core/geometry/qgspointv2.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class QgsPoint: QgsAbstractGeometry
1818
%End
1919

2020
%TypeHeaderCode
21-
#include "qgspointv2.h"
21+
#include "qgspoint.h"
2222
%End
2323
public:
2424

0 commit comments

Comments
 (0)