summaryrefslogtreecommitdiff
path: root/src/cpp/hrGraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/hrGraph.cpp')
-rw-r--r--src/cpp/hrGraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpp/hrGraph.cpp b/src/cpp/hrGraph.cpp
index fa264c6..ea42b13 100644
--- a/src/cpp/hrGraph.cpp
+++ b/src/cpp/hrGraph.cpp
@@ -88,6 +88,7 @@ void HrGraph::loadGraphData(QVariant fileDataInput) {
if (minHrValue > m_filedata[i].y()) minHrValue = m_filedata[i].y();
if (maxHrValue < m_filedata[i].y()) maxHrValue = m_filedata[i].y();
}
+ emit loadingDone();
update();
}