Skip to content

WIP: Support auto generate the Qt code for a dconfig's json #1080

WIP: Support auto generate the Qt code for a dconfig's json

WIP: Support auto generate the Qt code for a dconfig's json #1080

Triggered via pull request January 10, 2025 02:22
@zccrszccrs
synchronize #448
Status Success
Total duration 40s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
cppcheck: tools/dconfig2cpp/main.cpp#L5
Include file: <QCoreApplication> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: tools/dconfig2cpp/main.cpp#L6
Include file: <QJsonDocument> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: tools/dconfig2cpp/main.cpp#L7
Include file: <QJsonObject> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: tools/dconfig2cpp/main.cpp#L8
Include file: <QJsonValue> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: tools/dconfig2cpp/main.cpp#L9
Include file: <QJsonArray> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: tools/dconfig2cpp/main.cpp#L10
Include file: <QFile> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: tools/dconfig2cpp/main.cpp#L11
Include file: <QDebug> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: tools/dconfig2cpp/main.cpp#L12
Include file: <QCommandLineParser> not found. Please note: Cppcheck does not need standard library headers to get proper results.
cppcheck: tools/dconfig2cpp/main.cpp#L13
Include file: <QFileInfo> not found. Please note: Cppcheck does not need standard library headers to get proper results.