Skip to content

fix: fix build on Qt 6.9.1 - #321

Closed
hillwoodroc wants to merge 1 commit into
linuxdeepin:masterfrom
hillwoodroc:master
Closed

fix: fix build on Qt 6.9.1#321
hillwoodroc wants to merge 1 commit into
linuxdeepin:masterfrom
hillwoodroc:master

Conversation

@hillwoodroc

Copy link
Copy Markdown
Contributor

Log: Need include pwd.h for Qt 6.9.1

Log: Need include pwd.h for Qt 6.9.1
@deepin-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: hillwoodroc

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepin-ci-robot

Copy link
Copy Markdown
Contributor

Hi @hillwoodroc. Thanks for your PR.

I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

deepin-ci-robot added a commit to linuxdeepin/dtk6gui that referenced this pull request Jun 8, 2025
Synchronize source files from linuxdeepin/dtkgui.

Source-pull-request: linuxdeepin/dtkgui#321
@github-actions

github-actions Bot commented Jun 8, 2025

Copy link
Copy Markdown
Contributor
  • 敏感词检查失败, 检测到1个文件存在敏感词
详情
{
    "src/kernel/dguiapplicationhelper.cpp": [
        {
            "line": "    QString socket_key = \"_d_dtk_single_instance_\";",
            "line_number": 1473,
            "rule": "S106",
            "reason": "Var naming | 2ad926d35b"
        }
    ]
}

@18202781743

18202781743 commented Jun 9, 2025

Copy link
Copy Markdown
Contributor

跟这个pr相同吧, #319

#endif

#if (QT_VERSION >= QT_VERSION_CHECK(6, 9, 1))
#include <pwd.h>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

确定这个对吗?第62行本来就include了的。

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是 pr#319 修复了

@hillwoodroc hillwoodroc closed this Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants