Power save mode review and iteration.
[situare] / src / gps / gpsposition.cpp
index 7185d32..282c6cb 100644 (file)
@@ -44,7 +44,7 @@ void GPSPosition::enablePowerSave(bool enabled)
 {
     qDebug() << __PRETTY_FUNCTION__;
 
-    m_gpsPositionPrivate->enablePowerSave(enabled);
+    m_gpsPositionPrivate->setPowerSave(enabled);
 }
 
 bool GPSPosition::isInitialized()