qtmobility/examples/satellitedialog/satellitedialog.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
   106     void satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &list);
   106     void satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &list);
   107     void satellitesInUseUpdated(const QList<QGeoSatelliteInfo> &list);
   107     void satellitesInUseUpdated(const QList<QGeoSatelliteInfo> &list);
   108 
   108 
   109     void switchButtonClicked();
   109     void switchButtonClicked();
   110     void noSatelliteTimeout();
   110     void noSatelliteTimeout();
   111 #if defined(Q_OS_SYMBIAN)
   111 /*#if defined(Q_OS_SYMBIAN)
   112     // workaround for QTBUG-4771
   112     // workaround for QTBUG-4771
   113     void restoreWindowTitle();
   113     void restoreWindowTitle();
   114 #endif
   114 #endif*/
   115 
   115 
   116 private:
   116 private:
   117     int m_noSatelliteTimeoutSeconds;
   117     int m_noSatelliteTimeoutSeconds;
   118     ExitBehaviour m_exitBehaviour;
   118     ExitBehaviour m_exitBehaviour;
   119     Ordering m_ordering;
   119     Ordering m_ordering;
   122     QTimer *noSatelliteTimer;
   122     QTimer *noSatelliteTimer;
   123 
   123 
   124     SatelliteWidget *satelliteWidget;
   124     SatelliteWidget *satelliteWidget;
   125     QPushButton *switchButton;
   125     QPushButton *switchButton;
   126     QPushButton *cancelButton;
   126     QPushButton *cancelButton;
   127 #if defined(Q_OS_SYMBIAN)
   127 /*#if defined(Q_OS_SYMBIAN)
   128     // workaround for QTBUG-4771
   128     // workaround for QTBUG-4771
   129     QString oldTitle;
   129     QString oldTitle;
   130 #endif
   130 #endif*/
   131 };
   131 };
   132 
   132 
   133 #endif // #ifndef QGEOSATELLITEDIALOG_H
   133 #endif // #ifndef QGEOSATELLITEDIALOG_H