qtmobility/tests/auto/qlocationtestutils.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    72 
    72 
    73 bool QLocationTestUtils::hasDefaultMonitor()
    73 bool QLocationTestUtils::hasDefaultMonitor()
    74 {
    74 {
    75 #if defined(Q_OS_SYMBIAN) && defined(QT_LOCATION_S60_MONITORING)
    75 #if defined(Q_OS_SYMBIAN) && defined(QT_LOCATION_S60_MONITORING)
    76     return true;
    76     return true;
       
    77 #elif defined (Q_WS_MAEMO_5)
       
    78     return true;
    77 #else
    79 #else
    78     return false;
    80     return false;
    79 #endif
    81 #endif
    80 }
    82 }
    81 
    83