-
Notifications
You must be signed in to change notification settings - Fork 50
tests: add test project #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dock-example/dockpopupwindow.cpp
Outdated
| @@ -0,0 +1,153 @@ | |||
| // SPDX-FileCopyrightText: 2018 - 2022 UnionTech Software Technology Co., Ltd. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
时间改为2026年,修改的文件都要修改时间
add debug project for dde-session-shell and dde-dock Log: add test project Influence: debug for project
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ut003640 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
1 similar comment
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ut003640 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
deepin pr auto reviewGit Diff 代码审查报告我已仔细审查了提供的 git diff,主要涉及 CMakeLists.txt 的修改以及新增的 dock-example 和 dss_example 目录。以下是我的审查意见: 1. CMakeLists.txt 修改语法逻辑
代码质量
代码性能
代码安全
2. dock-example 目录新增文件2.1 dock-example/CMakeLists.txt语法逻辑
代码质量
代码性能
代码安全
2.2 dockpopupwindow.cpp/h语法逻辑
代码质量
代码性能
代码安全
2.3 docktestwidget.cpp/h语法逻辑
代码质量
代码性能
代码安全
3. dss_example 目录修改3.1 dss_example/CMakeLists.txt语法逻辑
代码质量
代码性能
代码安全
3.2 dsstestwidget.cpp/h语法逻辑
代码质量
代码性能
代码安全
总体建议
这些修改总体上是为了添加示例程序和简化现有示例代码,方向是正确的。通过上述建议,可以进一步提高代码质量、可维护性和可靠性。 |
|
/merge |
|
This pr cannot be merged! (status: blocked) |
|
/forcemerge |
|
This pr force merged! (status: blocked) |
add debug project for dde-session-shell and dde-dock
Log: add test project
Influence: debug for project