From 7fe10f756bc2d76a57f28a0350539ae2b614a3ae Mon Sep 17 00:00:00 2001 From: UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> Date: Sun, 30 Oct 2022 17:34:33 +0100 Subject: removed hardcoded `WSdb` --- client/mainwindow.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/mainwindow.cpp') 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; } -- cgit v1.2.3