-
Notifications
You must be signed in to change notification settings - Fork 21
sync: from linuxdeepin/dtkdeclarative #292
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
Synchronize source files from linuxdeepin/dtkdeclarative. Source-pull-request: linuxdeepin/dtkdeclarative#520
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: deepin-ci-robot 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 review我来审查这段代码的修改。 这是一个简单的语法错误修复,在 具体分析:
改进建议:
总体而言,这是一个简单的语法错误修复,修复后的代码在语法上是正确的,并且在性能和安全性方面没有明显问题。 |
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.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR syncs upstream changes from linuxdeepin/dtkdeclarative, primarily correcting a syntax error in the Qt6 code path of DAppLoader by properly closing the std::as_const call in the component progress loop. Class diagram for updated DAppLoaderPrivate::_q_onComponentProgressChanged methodclassDiagram
class DAppLoaderPrivate {
_q_onComponentProgressChanged()
}
class QQmlComponent
class QQuickItem {
findChildren<QQmlComponent *>()
}
DAppLoaderPrivate --> QQuickItem : uses
QQuickItem --> QQmlComponent : finds children
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Synchronize source files from linuxdeepin/dtkdeclarative.
Source-pull-request: linuxdeepin/dtkdeclarative#520
Summary by Sourcery
Bug Fixes: