mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
example 'meshtastic': some fixes
This commit is contained in:
parent
4c39d57633
commit
05bec3c58b
4 changed files with 15 additions and 8 deletions
|
|
@ -101,7 +101,7 @@ QVariant QT::lastPosition() {
|
|||
#ifdef Q_OS_ANDROID
|
||||
pos << getDoubleField("_position_lat_")
|
||||
<< getDoubleField("_position_lon_")
|
||||
<< QString::number(getLongField("_position_time_")); // 'QString': see QML 'lastPosition()'
|
||||
<< QString::number(getLongField("_position_time_") / 1000); // 'QString': see QML 'lastPosition()'
|
||||
#endif
|
||||
return pos;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue