예제 #1
0
void TestQGeoPositionInfoSource::initTestCase()
{
    base_initTestCase();
#ifdef Q_WS_MEEGO
    qDebug ("Note: if running on MeeGo with real libraries, make sure GPS is configured.");
    qDebug ("Use gconftool-2 to set it, e.g.: ");
    qDebug ("gconftool-2 -t string -s /apps/geoclue/master/org.freedesktop.Geoclue.GPSDevice /dev/ttyUSB0");
#endif
#ifdef TST_GEOCLUEMOCK_ENABLED
    m_threadGeoclueMock.start();
#endif
}
void TestQGeoSatelliteInfoSource::initTestCase()
{
    base_initTestCase();
}
void TestQGeoPositionInfoSource::initTestCase()
{
    base_initTestCase();
}