QQmlComponent::beginCreate and completeCreate are useful if you need to
set properties on the object explicitly. We're not doing that here, we
can just call create.
Details
Details
- Reviewers
apol - Group Reviewers
Plasma - Commits
- R242:0417bf61d53a: [configview] Simplify code / workaround Qt5.15 crash
On Qt5.15
Right click a panel
choose edit
Diff Detail
Diff Detail
- Repository
- R242 Plasma Framework (Library)
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
LGTM
src/plasmaquick/configview.cpp | ||
---|---|---|
137 | It could make sense to use the opportunity to change to QQmlContext::setContextProperties. |