25class QGeoSatelliteInfoPrivate :
public QSharedData
28 QGeoSatelliteInfoPrivate();
29 QGeoSatelliteInfoPrivate(
const QGeoSatelliteInfoPrivate &other);
30 virtual ~QGeoSatelliteInfoPrivate();
31 bool operator==(
const QGeoSatelliteInfoPrivate &other)
const;
32 static QGeoSatelliteInfoPrivate *get(
const QGeoSatelliteInfo &info);
36 QGeoSatelliteInfo::SatelliteSystem system;
37 QHash<QGeoSatelliteInfo::Attribute, qreal> doubleAttribs;