We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a865115 commit c8c802fCopy full SHA for c8c802f
src/analysis/openstreetmap/qgsosmbase.h
@@ -38,7 +38,7 @@ class ANALYSIS_EXPORT QgsOSMElement
38
39
// fetched automatically from DB
40
QgsOSMElementID elemID() const { return mElemID; }
41
- int id() const { return mElemID.id; }
+ QgsOSMId id() const { return mElemID.id; }
42
//QString username() const;
43
//QDateTime timestamp() const;
44
//int version() const;
0 commit comments