X-Git-Url: http://git.maemo.org/git/?p=ptas;a=blobdiff_plain;f=zouba%2Fsrc%2Flocation_p.h;h=e32b2676d3056674505b99f31c49f1f48bd11a77;hp=c0778bce798c73bcaa1daff78636d5c4b2734f33;hb=effa33c0d462b151f3027c22570539bafbc2a3c0;hpb=feabeebba6c03edfa8d4151bd898e299ce0c30ef diff --git a/zouba/src/location_p.h b/zouba/src/location_p.h index c0778bc..e32b267 100644 --- a/zouba/src/location_p.h +++ b/zouba/src/location_p.h @@ -10,13 +10,7 @@ class LocationPrivate : public QObject Q_OBJECT public: - QString m_label; - QString m_address; - QString m_x; - QString m_y; - bool m_valid; LocationPrivate( const QString &x, const QString &y, const QString &label ); - LocationPrivate( const QString &label ); virtual ~LocationPrivate(); @@ -39,6 +33,11 @@ public: void parseReply( const QByteArray &reply ); + QString m_label; + QString m_address; + QString m_x; + QString m_y; + bool m_valid; }; #endif // LOCATION_P_H