mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-03-17 20:17:45 +01:00
Cosmetics
This commit is contained in:
parent
8de6bbe4fb
commit
912a00c80e
@ -467,8 +467,7 @@ bool FITParser::parseHeader(CTX &ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool FITParser::parse(QFile *file, QList<TrackData> &tracks,
|
bool FITParser::parse(QFile *file, QList<TrackData> &tracks,
|
||||||
QList<RouteData> &routes,
|
QList<RouteData> &routes, QList<Area> &polygons, QVector<Waypoint> &waypoints)
|
||||||
QList<Area> &polygons, QVector<Waypoint> &waypoints)
|
|
||||||
{
|
{
|
||||||
Q_UNUSED(routes);
|
Q_UNUSED(routes);
|
||||||
Q_UNUSED(polygons);
|
Q_UNUSED(polygons);
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
#include <QXmlStreamReader>
|
#include <QXmlStreamReader>
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
|
||||||
|
|
||||||
class TCXParser : public Parser
|
class TCXParser : public Parser
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user