Modified gpsposition.cpp.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 11 May 2010 10:12:35 +0000 (13:12 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 11 May 2010 10:12:35 +0000 (13:12 +0300)
src/gps/gpsposition.cpp

index 5781474..3c992ca 100644 (file)
@@ -41,6 +41,7 @@ GPSPosition::GPSPosition(QObject *parent)
         QFile *logFile = new QFile(":/res/dummy/nmealog.txt", this);
         nmeaSource->setDevice(logFile);
         m_gpsSource = nmeaSource;
+
         emit error(tr("Could not start GPS. Using NMEA data source."));
     }