mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-26 08:24:24 +02:00
Hyperlink + copy&paste enabled tool tips
This commit is contained in:
@ -10,8 +10,6 @@ TemperatureGraphItem::TemperatureGraphItem(const Graph &graph, GraphType type,
|
||||
_min = GraphItem::min();
|
||||
_max = GraphItem::max();
|
||||
_avg = GraphItem::avg();
|
||||
|
||||
setToolTip(toolTip(Metric));
|
||||
}
|
||||
|
||||
QString TemperatureGraphItem::toolTip(Units units) const
|
||||
@ -32,8 +30,3 @@ QString TemperatureGraphItem::toolTip(Units units) const
|
||||
|
||||
return tt.toString();
|
||||
}
|
||||
|
||||
void TemperatureGraphItem::setUnits(Units units)
|
||||
{
|
||||
setToolTip(toolTip(units));
|
||||
}
|
||||
|
Reference in New Issue
Block a user