diff options
author | Rafael Roquetto <rafael.roquetto.qnx@kdab.com> | 2013-01-07 17:15:14 -0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-11 21:58:27 +0100 |
commit | 5c49c33ab088a926577d3798ef90baac86e5794a (patch) | |
tree | 3595ae8e45d8b9d2d243f79269a54c9b5f1cf6a9 /tools/designer/src | |
parent | e11bb8e02fa1f2f933784b9d6d6483c5547e5522 (diff) | |
download | qt4-tools-5c49c33ab088a926577d3798ef90baac86e5794a.tar.gz |
Fix Blackberry QPA plugin clipboard impl
QBBCliboard::setMimeData was not cleaning the system clipboard aproppriately
when m_mimeData != 0 but m_mimeData->userMimeData == 0, as it would return
early before the empty_clipboard() statement.
Also, we must not dataChanged() signal after the clipboard has been changed,
because this is done by the parent class.
cherry-picked from qt5/qtbase 0a977e36e06a69583d8e4edc27ca3df634c53404
Change-Id: I694490e26035d75c3c54e76c538982037c3ef799
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tools/designer/src')
0 files changed, 0 insertions, 0 deletions