1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Code cleanup

This commit is contained in:
Martin Tůma 2016-10-02 23:26:48 +02:00
parent 6b8c0231ea
commit 09631de5a2
4 changed files with 0 additions and 9 deletions

View File

@ -3,9 +3,6 @@
#include "graphtab.h"
class GPX;
class PathItem;
class ElevationGraph : public GraphTab
{
Q_OBJECT

View File

@ -3,8 +3,6 @@
#include "graphtab.h"
class GPX;
class HeartRateGraph : public GraphTab
{
Q_OBJECT

View File

@ -4,8 +4,6 @@
#include <QList>
#include "graphtab.h"
class GPX;
class SpeedGraph : public GraphTab
{
Q_OBJECT

View File

@ -3,8 +3,6 @@
#include "graphtab.h"
class GPX;
class TemperatureGraph : public GraphTab
{
Q_OBJECT