Revision d5b5ed3...
Go back to digest for 13th October 2013Bug Fixes in Networking Tools
David Edmundson committed changes in [ktp-common-internals/kde-telepathy-0.7] KTp/Models/text-channel-watcher-proxy-model.cpp:
Fix crash caused by TextChannelWatcherProxyModel
void KTp::TextChannelWatcherProxyModel::onChannelMessagesChanged()
void KTp::TextChannelWatcherProxyModel::onChannelInvalidated()
emit dataChanged() using indexes from the wrong model.
Because it's an QIdentityProxyModel it never causes any harm,
but it's still "wrong" so Qt asserts break in the grouping model.
REVIEW: 113126
File Changes
Modified 1 files
- KTp/Models/text-channel-watcher-proxy-model.cpp
1 files changed in total