Skip to content

Commit b9c0fc4

Browse files
committedMar 31, 2023
Checkin missed file
1 parent 50c7692 commit b9c0fc4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The following has been generated automatically from src/core/sensor/qgssensormodel.h
2+
# monkey patching scoped based enum
3+
QgsSensorModel.Column.Name.__doc__ = "Name"
4+
QgsSensorModel.Column.LastValue.__doc__ = "Last value"
5+
QgsSensorModel.Column.__doc__ = 'Model columns\n\n' + '* ``Name``: ' + QgsSensorModel.Column.Name.__doc__ + '\n' + '* ``LastValue``: ' + QgsSensorModel.Column.LastValue.__doc__
6+
# --

0 commit comments

Comments
 (0)
Please sign in to comment.