summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml
diff options
context:
space:
mode:
authorAxel Spoerl <axel.spoerl@qt.io>2022-12-30 10:15:51 +0100
committerAxel Spoerl <axel.spoerl@qt.io>2023-01-03 10:57:21 +0100
commit71e67dec957d41d55ae03f32613a80394c928352 (patch)
tree42576fb797c31f2af898cbf48fc7dc67fbecb454 /src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml
parentd756f4753eaf87755624a53c1e361d11f571fbd9 (diff)
Stabilize tst_QSpinBox::sizeHint()
The test function used to flake on Linux occasionally. 8e6ede7cd131682161180bfab0cc46686674709b provided a fix. While it seemed to work, further analysis has shown that the root cause is event sequence in case of multiple paint events. This patch re-engineers the test function: 1. Allocate test widget on the stack instead of the heap. 2. Send layout requests posted by QHBoxLayout constructor and QLayout::addWidget() before showing the widget. 3. Remove calls to QCoreApplication::processEvents(). They are unnessecary, because - the size hint request counter is supposed to increase (by any number) - QTRY_VERIFY processes events anyway until the counter increases or it times out. Pick-to: 6.5 6.4 6.2 Change-Id: I54998483725cbdd4899ba6f5469d7dae0980ab1d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/plugins/platforminputcontexts/ibus/interfaces/org.freedesktop.IBus.InputContext.xml')
0 files changed, 0 insertions, 0 deletions