Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make QgsGeometry::isNull Q_INVOKABLE
  • Loading branch information
3nids committed Dec 13, 2018
1 parent 5b7f808 commit 791ed88
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 791ed88

Please sign in to comment.