diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) { |
