Summary: | Greeter crashes in ExtraRowProxy if sourceModel is empty | ||
---|---|---|---|
Product: | [Plasma] lightdm | Reporter: | David Edmundson <kde> |
Component: | greeter | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Edmundson
2012-02-29 11:27:12 UTC
Git commit ad3973c82159befd92d2db199058f12e4cabb911 by David Edmundson. Committed on 03/03/2012 at 13:16. Pushed by davidedmundson into branch 'master'. Convert columns to a QHash rather than a QVector in ExtraModelProxy Previously number of columns was allocated to be the same as the number of rows which makes no sense which caused a crash when the source model had no rows and a column was added. M +2 -2 greeter/extrarowproxymodel.cpp M +2 -2 greeter/extrarowproxymodel.h http://commits.kde.org/lightdm/ad3973c82159befd92d2db199058f12e4cabb911 |