refactor taskList and correct cmake #3144
Annotations
10 warnings
cppcheck:
libs/linglong/src/linglong/builder/linglong_builder.cpp#L305
Parameter 'installRules' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.cpp#L7
Include file: "linglong/adaptors/task/task1.h" not found.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.cpp#L8
Include file: "linglong/package_manager/package_manager.h" not found.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.cpp#L9
Include file: "linglong/utils/dbus/register.h" not found.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.cpp#L10
Include file: "linglong/utils/global/initialize.h" not found.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.h#L14
Include file: <QDBusContext> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.h#L15
Include file: <QDBusObjectPath> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.h#L16
Include file: <QEvent> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.h#L17
Include file: <QMap> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
cppcheck:
libs/linglong/src/linglong/package_manager/package_task.h#L18
Include file: <QObject> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|