diff options
author | Albert Astals Cid <aacid@kde.org> | 2012-01-10 15:00:48 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-02 21:06:41 (GMT) |
commit | 6a91b3bcdf1b5e491aa8531579c4e62fcc794d6e (patch) | |
tree | 8b40ef857d3dc0d9a094a5abdd12f27a1de5e9ed /tests | |
parent | 5aff681afb8284388a717a45e7ffd030b0ce3613 (diff) | |
download | Qt-6a91b3bcdf1b5e491aa8531579c4e62fcc794d6e.zip Qt-6a91b3bcdf1b5e491aa8531579c4e62fcc794d6e.tar.gz Qt-6a91b3bcdf1b5e491aa8531579c4e62fcc794d6e.tar.bz2 |
Check for the clipboard manager when looping due to app quiting
One can be extremely unlucky and on session logout get this:
* All apps are going down
* A Qt app checks if the clipboard manager is there to yield its clipboard contents
* The clipboard manager is still there
* Then just after that check, the clipboard manager finishes because of the session end
* This means the Qt app will loop for 5 seconds trying to yield its clipboard contents
to a clipboard manager that is not there anymore
This is a backport of 689c4009fb9be348f9137a9092b068e056a3d8b3 in the qtbase (Qt 5.0) repo
Change-Id: I8ab1f460aa5936c03f1afc1b6ff18824f1d6cbc1
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions