diff options
| author | Frank Reininghaus <[email protected]> | 2012-11-05 22:03:52 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2012-11-05 22:03:52 +0100 |
| commit | c0559a2a1d7d66b26e1d00b4ff59c7fce8848566 (patch) | |
| tree | 0396ff10457b6c456ec56bcdc4fac0ec0647157d /src/main.cpp | |
| parent | 07721cf76459d8fff9b96ffe3dde83bc418bed31 (diff) | |
Prevent crashes caused by nested event loops run when renaming inline
When renaming inline and starting a drag or invoking the context menu,
a nested event loop will be run. If the role editor loses focus and
emits roleEditingFinished(), we must prevent that deleteLater() is
called because this would delete the role editor inside a nested event
loop which is run from one of its own functions. We would get a crash
when returning from that event loop otherwise.
BUG: 308018
BUG: 309421
FIXED-IN: 4.9.4
Diffstat (limited to 'src/main.cpp')
0 files changed, 0 insertions, 0 deletions
