Don't start an eventLoop from QML in menu entry editing

Authored by davidedmundson on Oct 7 2015, 12:45 PM.

Description

Don't start an eventLoop from QML in menu entry editing

From the docs:
This is dangerous, because when an event loop is entered in a signal
handler or binding, the QML engine continues to run other bindings,
animations, transitions, etc. Those bindings can then cause side effects
which, for example, destroy the hierarchy containing your event loop.

BUG: 347997
REVIEW: 125545

Details

Committed
davidedmundsonOct 11 2015, 8:09 PM
Parents
R120:429d639a5ff9: Fix refactoring regression breaking DND out of Kicker.
Branches
Unknown
Tags
Unknown