File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66
66
<true />
67
67
<key >NOTE </key >
68
68
<string >This file was generated by Qt/QMake. </string >
69
+ <key >NSLocationWhenInUseUsageDescription </key >
70
+ <string >Location is needed to display spots around you </string >
69
71
<key >UILaunchStoryboardName </key >
70
72
<string >LaunchScreen </string >
71
73
<key >UIStatusBarStyle </key >
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ void LocationManager::slot_GeoPositionInfoSource_positionUpdated(QGeoPositionInf
265
265
266
266
void LocationManager::slot_GeoPositionInfoSource_UpdateTimeout ()
267
267
{
268
- Logger::warning (QString (" LocationManager::%1(): GeoPositionInfoSource update timeout " ).arg (__FUNCTION__));
268
+ Logger::warning (QString (" LocationManager::%1()" ).arg (__FUNCTION__));
269
269
}
270
270
271
271
// -----------------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ class LocationManager : public QObject
28
28
Q_PROPERTY (QGeoCoordinate coordinate READ coordinate NOTIFY signal_Coordinate_changed )
29
29
30
30
public:
31
+
31
32
explicit LocationManager (Settings *settings,
32
33
PlateformDetail *plateformDetail,
33
34
QObject *parent = 0 );
You can’t perform that action at this time.
0 commit comments