summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index d582972..01b4e60 100644
--- a/main.cpp
+++ b/main.cpp
@@ -22,7 +22,6 @@ int main(
auto font = app.font();
// font.setPointSize(font.pointSize() / 1.5);
app.setFont(font);
-
QQmlApplicationEngine engine;
qmlRegisterType<QmlCustomPlot>("QmlCustomPlot", 1, 0, "QmlCustomPlot");
@@ -158,7 +157,7 @@ int main(
// qDebug() << "pc" << jsonPixels.count() << json.isEmpty()
// << doc.isObject();
// qDebug().noquote() << QString::fromUtf8(ra);
- qDebug() << "pixels reply size:" << ra.size();
+ // qDebug() << "pixels reply size:" << ra.size();
for (int i = 0; i < jsonPixels.count(); ++i)
{