You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/somebody/qtmoko/src/libraries/qtopiawhereabouts/gpsdwhereabouts.cpp: In member function 'virtual void QGpsdWhereabouts::timerEvent(QTimerEvent_)':
/home/josua/qtmoko/src/libraries/qtopiawhereabouts/gpsdwhereabouts.cpp:140:77: error: request for member 'set' in '((QGpsdWhereabouts_)this)->QGpsdWhereabouts::gps_data', which is of pointer type 'gps_data_t*' (maybe you meant to use '->' ?)
The fix is pretty simple, replacing the .set by ->set in line 140 of that file.
I am not making a pullrequest since I dont want to clone a git repo for a one-liner.
I will look for more problems during the build but hope not to find any
The text was updated successfully, but these errors were encountered:
So far I found one compile error:
/home/somebody/qtmoko/src/libraries/qtopiawhereabouts/gpsdwhereabouts.cpp: In member function 'virtual void QGpsdWhereabouts::timerEvent(QTimerEvent_)':
/home/josua/qtmoko/src/libraries/qtopiawhereabouts/gpsdwhereabouts.cpp:140:77: error: request for member 'set' in '((QGpsdWhereabouts_)this)->QGpsdWhereabouts::gps_data', which is of pointer type 'gps_data_t*' (maybe you meant to use '->' ?)
The fix is pretty simple, replacing the .set by ->set in line 140 of that file.
I am not making a pullrequest since I dont want to clone a git repo for a one-liner.
I will look for more problems during the build but hope not to find any
The text was updated successfully, but these errors were encountered: