| Summary: | Cannot configure previews | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dolphin-bugs-null, nicolas.fella |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/31a8866ac0aa3966cd77e87e14974f0a6a66f940 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2023-07-06 11:27:12 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/568 Git commit 31a8866ac0aa3966cd77e87e14974f0a6a66f940 by Nicolas Fella. Committed on 08/07/2023 at 22:11. Pushed by nicolasfella into branch 'kf6'. Fix usage of Qt::CheckStateRole in preview model Qt::CheckStateRole expects an enum, not a bool Also set the flag that the item it user checkable, otherwise it can't be changed M +3 -3 src/settings/contextmenu/contextmenusettingspage.cpp M +2 -2 src/settings/general/previewssettingspage.cpp M +2 -2 src/settings/serviceitemdelegate.cpp M +7 -2 src/settings/servicemodel.cpp M +2 -1 src/settings/servicemodel.h https://invent.kde.org/system/dolphin/-/commit/31a8866ac0aa3966cd77e87e14974f0a6a66f940 |