refactor: add and and export group-related APIs to QML #887
Annotations
7 warnings
|
applets/dde-apps/appgroupmanager.cpp#L124
The function 'bringToFromt' is never used.
|
|
applets/dde-apps/appgroupmanager.cpp#L147
The function 'commitRearrangeOperation' is never used.
|
|
applets/dde-apps/appgroupmanager.cpp#L390
Non-pure function: 'groupIndexById' is called inside assert statement. Assert statements are removed from release builds so the code inside assert statement is not executed. If the code is needed also in release builds, this is a bug.
|
|
applets/dde-apps/appgroupmanager.cpp#L388
Parameter 'groupName' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
applets/dde-apps/appgroupmanager.cpp#L394
Parameter 'groupId' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
applets/dde-apps/appgroupmanager.cpp#L394
Parameter 'groupName' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading