Guest User

GeoDataCoordinates_p_h.diff

a guest
May 23rd, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. --- GeoDataCoordinates_p_original.h 2011-12-20 20:19:12.000000000 +0100
  2. +++ GeoDataCoordinates_p.h 2012-05-23 18:38:09.273120900 +0200
  3. @@ -14,6 +14,8 @@
  4. #include "Quaternion.h"
  5. #include <QtCore/QAtomicInt>
  6.  
  7. +#include "MarbleClock.h"
  8. +
  9. namespace Marble
  10. {
  11.  
  12. @@ -32,7 +34,11 @@
  13. m_lat( 0 ),
  14. m_altitude( 0 ),
  15. m_detail( 0 ),
  16. - ref( 0 )
  17. + ref( 0 ),
  18. + type( 0 ),
  19. + //m_clock( 0 )
  20. + m_time( 0 ),
  21. + m_old( false )
  22. {
  23. }
  24.  
  25. @@ -102,6 +108,11 @@
  26. qreal m_altitude; // in meters above sea level
  27. int m_detail;
  28. QAtomicInt ref;
  29. +
  30. + int type;
  31. + //MarbleClock* m_clock;
  32. + double m_time;
  33. + mutable bool m_old;
  34. };
  35.  
  36. inline bool GeoDataCoordinatesPrivate::operator==( const GeoDataCoordinatesPrivate &rhs ) const
Advertisement
Add Comment
Please, Sign In to add comment