From 92105810519e5670ad57f243d5b9f4e608c5fe13 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Feb 2021 12:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WidgetTools/QcustomplotCharts/CatLineChart.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/CatWidgetExamples/WidgetTools/QcustomplotCharts/CatLineChart.cpp b/Examples/CatWidgetExamples/WidgetTools/QcustomplotCharts/CatLineChart.cpp index ade1d7a2..120b0154 100644 --- a/Examples/CatWidgetExamples/WidgetTools/QcustomplotCharts/CatLineChart.cpp +++ b/Examples/CatWidgetExamples/WidgetTools/QcustomplotCharts/CatLineChart.cpp @@ -430,7 +430,6 @@ void CatLineChart::on_SaveButton_clicked() ui->ChartWidget->SetTracer(false); customPlot->replot(); customPlot->toPixmap(customPlot->width(), customPlot->height()).save(file); - qDebug() << file; customPlot->xAxis->setRange(lastxlower.toTime_t(), lastxupper.toTime_t()); customPlot->yAxis->setRange(lastylower, lastyupper); ui->ChartWidget->SetTracer(true);