qtmobility/src/location/qgeosatelliteinfo.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    43 
    43 
    44 #include "qmobilityglobal.h"
    44 #include "qmobilityglobal.h"
    45 
    45 
    46 QT_BEGIN_NAMESPACE
    46 QT_BEGIN_NAMESPACE
    47 class QDebug;
    47 class QDebug;
       
    48 class QDataStream;
    48 QT_END_NAMESPACE
    49 QT_END_NAMESPACE
    49 
    50 
    50 QT_BEGIN_HEADER
    51 QT_BEGIN_HEADER
    51 
    52 
    52 QTM_BEGIN_NAMESPACE
    53 QTM_BEGIN_NAMESPACE
    85 
    86 
    86 private:
    87 private:
    87 #ifndef QT_NO_DEBUG_STREAM
    88 #ifndef QT_NO_DEBUG_STREAM
    88     friend Q_LOCATION_EXPORT QDebug operator<<(QDebug dbg, const QGeoSatelliteInfo &info);
    89     friend Q_LOCATION_EXPORT QDebug operator<<(QDebug dbg, const QGeoSatelliteInfo &info);
    89 #endif
    90 #endif
       
    91 #ifndef QT_NO_DATASTREAM
       
    92     friend Q_LOCATION_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &info);
       
    93     friend Q_LOCATION_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info);
       
    94 #endif
    90     QGeoSatelliteInfoPrivate *d;
    95     QGeoSatelliteInfoPrivate *d;
    91 };
    96 };
    92 
    97 
    93 #ifndef QT_NO_DEBUG_STREAM
    98 #ifndef QT_NO_DEBUG_STREAM
    94 Q_LOCATION_EXPORT QDebug operator<<(QDebug dbg, const QGeoSatelliteInfo &info);
    99 Q_LOCATION_EXPORT QDebug operator<<(QDebug dbg, const QGeoSatelliteInfo &info);
    95 #endif
   100 #endif
    96 
   101 
       
   102 #ifndef QT_NO_DATASTREAM
       
   103 Q_LOCATION_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &info);
       
   104 Q_LOCATION_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info);
       
   105 #endif
       
   106 
    97 QTM_END_NAMESPACE
   107 QTM_END_NAMESPACE
    98 
   108 
    99 QT_END_HEADER
   109 QT_END_HEADER
   100 
   110 
   101 #endif
   111 #endif