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

Added tooltip event triggers for info messages

This commit is contained in:
2019-10-15 23:59:15 +02:00
parent 694847a424
commit 9c96e7124a
32 changed files with 112 additions and 69 deletions

View File

@ -9,9 +9,8 @@ CadenceGraphItem::CadenceGraphItem(const Graph &graph, GraphType type,
{
}
QString CadenceGraphItem::toolTip(Units units) const
QString CadenceGraphItem::info() const
{
Q_UNUSED(units);
ToolTip tt;
QLocale l(QLocale::system());