Skip to content

Commit 9e5bb36

Browse files
authoredDec 14, 2018
make QgsGeometry::isNull Q_INVOKABLE (#8667)
1 parent d2c5864 commit 9e5bb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/geometry/qgsgeometry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class CORE_EXPORT QgsGeometry
207207
* \see isEmpty()
208208
* \since QGIS 2.10
209209
*/
210-
bool isNull() const;
210+
Q_INVOKABLE bool isNull() const;
211211

212212
//! Creates a new geometry from a WKT string
213213
static QgsGeometry fromWkt( const QString &wkt );

0 commit comments

Comments
 (0)
Please sign in to comment.