[Marble-commits] KDE/kdeedu/marble/src/plugins/render/aprs
Jens-Michael Hoffmann
jensmh at gmx.de
Sun Jan 16 20:12:30 CET 2011
SVN commit 1214881 by jmhoffmann:
Remove duplicated file content, reported by krazy as duplicate include directives.
M +0 -38 GeoAprsCoordinates.h
--- trunk/KDE/kdeedu/marble/src/plugins/render/aprs/GeoAprsCoordinates.h #1214880:1214881
@@ -36,41 +36,3 @@
}
#endif /* GEOAPRSCOORDINATES_H */
-#ifndef GEOAPRSCOORDINATES_H
-#define GEOAPRSCOORDINATES_H
-
-#include <QtCore/QTime>
-#include "GeoDataCoordinates.h"
-
-namespace Marble
-{
- class GeoAprsCoordinates : public GeoDataCoordinates
- {
- public:
- // must match AprsObject's SeenFrom
- enum SeenFrom {
- FromNowhere = 0x00,
- FromTTY = 0x01,
- FromTCPIP = 0x02,
- FromFile = 0x04,
- Directly = 0x08
- };
-
- GeoAprsCoordinates( qreal lon, qreal lat, qreal alt = 0,
- GeoDataCoordinates::Unit unit =
- GeoDataCoordinates::Radian,
- int where = FromNowhere );
- ~GeoAprsCoordinates();
-
- void addSeenFrom( int where );
- int seenFrom() const;
- void setTimestamp( const QTime &t );
- const QTime ×tamp() const;
-
- private:
- int m_seenFrom;
- QTime m_timestamp;
- };
-}
-
-#endif /* GEOAPRSCOORDINATES_H */
More information about the Marble-commits
mailing list