aboutsummaryrefslogtreecommitdiff
path: root/src/cpp/lineGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/lineGraph.h')
-rw-r--r--src/cpp/lineGraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpp/lineGraph.h b/src/cpp/lineGraph.h
index 59cbb68..4ee4655 100644
--- a/src/cpp/lineGraph.h
+++ b/src/cpp/lineGraph.h
@@ -76,7 +76,6 @@ private:
QColor m_color = QColor(255,255,255);
QPixmap m_pixmap;
QList<QPointF> m_filedata;
- bool m_fileLoadStatus;
int minValue = 0;
int maxValue = 0;
int minTime;