1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-03-17 20:17:45 +01:00

Cosmetics

This commit is contained in:
Martin Tůma 2025-03-16 17:15:33 +01:00
parent 8de6bbe4fb
commit 912a00c80e
2 changed files with 1 additions and 3 deletions

View File

@ -467,8 +467,7 @@ bool FITParser::parseHeader(CTX &ctx)
}
bool FITParser::parse(QFile *file, QList<TrackData> &tracks,
QList<RouteData> &routes,
QList<Area> &polygons, QVector<Waypoint> &waypoints)
QList<RouteData> &routes, QList<Area> &polygons, QVector<Waypoint> &waypoints)
{
Q_UNUSED(routes);
Q_UNUSED(polygons);

View File

@ -4,7 +4,6 @@
#include <QXmlStreamReader>
#include "parser.h"
class TCXParser : public Parser
{
public: