Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- GeoDataCoordinates_p_original.h 2011-12-20 20:19:12.000000000 +0100
- +++ GeoDataCoordinates_p.h 2012-05-23 18:38:09.273120900 +0200
- @@ -14,6 +14,8 @@
- #include "Quaternion.h"
- #include <QtCore/QAtomicInt>
- +#include "MarbleClock.h"
- +
- namespace Marble
- {
- @@ -32,7 +34,11 @@
- m_lat( 0 ),
- m_altitude( 0 ),
- m_detail( 0 ),
- - ref( 0 )
- + ref( 0 ),
- + type( 0 ),
- + //m_clock( 0 )
- + m_time( 0 ),
- + m_old( false )
- {
- }
- @@ -102,6 +108,11 @@
- qreal m_altitude; // in meters above sea level
- int m_detail;
- QAtomicInt ref;
- +
- + int type;
- + //MarbleClock* m_clock;
- + double m_time;
- + mutable bool m_old;
- };
- inline bool GeoDataCoordinatesPrivate::operator==( const GeoDataCoordinatesPrivate &rhs ) const
Advertisement
Add Comment
Please, Sign In to add comment