Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make QgsGeometry::isNull Q_INVOKABLE (#8667)
  • Loading branch information
3nids committed Dec 14, 2018
1 parent d2c5864 commit 9e5bb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -207,7 +207,7 @@ class CORE_EXPORT QgsGeometry
* \see isEmpty()
* \since QGIS 2.10
*/
bool isNull() const;
Q_INVOKABLE bool isNull() const;

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

0 comments on commit 9e5bb36

Please sign in to comment.