diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 19:50:16 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 19:50:16 +0100 |
| commit | 64453a2c5d073b3cfb88cf43493d396881d7e058 (patch) | |
| tree | 77ce8fd61a823a2b7cd194dff27fd4ddd858aab5 /client/mainwindow.cpp | |
| parent | 677192d416caeffe5be5aeff0f551b9679797132 (diff) | |
| parent | b82a9c44d0112f5433c4482e2e5802969515ce7d (diff) | |
Merge branch 'qt-settings' of https://github.com/UnavailableDev/avans-whether-station-Qt into dev
Diffstat (limited to 'client/mainwindow.cpp')
| -rw-r--r-- | client/mainwindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp index 5f76ad8..dcffed6 100644 --- a/client/mainwindow.cpp +++ b/client/mainwindow.cpp @@ -108,8 +108,5 @@ void MainWindow::drawGraph(){ } else { QMessageBox::warning(this, "No connection", "Failed to connect"); } -// delete seriesTemperature; -// delete seriesHumidity; -// delete seriesPressure; } |