diff options
| author | Techjar <tecknojar@gmail.com> | 2019-01-19 04:37:07 -0500 |
|---|---|---|
| committer | Techjar <tecknojar@gmail.com> | 2019-01-19 04:37:07 -0500 |
| commit | 47cc5b02e3dc78ed9520d691607c2a8427e50440 (patch) | |
| tree | 14898b6384d87cfc5ef8c444ca7ab1467afaf917 /Source/Core/InputCommon/ControlReference/ControlReference.cpp | |
| parent | 3627ef8a0489765eb10ab29a7988866b52493239 (diff) | |
Qt/MainWindow: Directly delete unparented dialogs
Calling deleteLater in MainWindow's destructor doesn't work, as the
event loop will stop before it gets around to deleting these dialogs.
Seeing as this is a QObject destructor, we should already be on the
event loop anyways, so simply using delete should be safe.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference/ControlReference.cpp')
0 files changed, 0 insertions, 0 deletions
