Summary: | KTimeZoneWidget setSelected doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | hesham |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
hesham
2007-11-14 05:32:23 UTC
SVN commit 736623 by dfaure: Fix KTimeZoneWidget::setSelected; the model inside QTreeWidget didn't have a column for the hidden column, so the findItems failed. Now using own loop and setData(), seems cleaner, and works. BUG: 152284 M +1 -0 tests/CMakeLists.txt M +37 -24 widgets/ktimezonewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=736623 |