1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-23 23:24:24 +02:00

Added slider info

This commit is contained in:
2015-10-17 01:33:02 +02:00
parent da81839529
commit c21ef0b587
20 changed files with 127 additions and 25 deletions

View File

@ -1,7 +1,7 @@
#include <float.h>
#include "elevationgraph.h"
ElevationGraph::ElevationGraph()
ElevationGraph::ElevationGraph(QWidget *parent) : Graph(parent)
{
_ascent = 0;
_descent = 0;