Skip to content

Commit 070d429

Browse files
deepin-ci-robot18202781743
authored andcommitted
sync: from linuxdeepin/dtkdeclarative
Synchronize source files from linuxdeepin/dtkdeclarative. Source-pull-request: linuxdeepin/dtkdeclarative#520
1 parent d5dbea1 commit 070d429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dapploader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ void DAppLoaderPrivate::_q_onComponentProgressChanged()
441441
qreal progress = 0;
442442
auto components = appRootItem->findChildren<QQmlComponent *>();
443443
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
444-
for (auto childCom : std::as_const(components) {
444+
for (auto childCom : std::as_const(components)) {
445445
#else
446446
for (auto childCom : qAsConst(components)) {
447447
#endif

0 commit comments

Comments
 (0)