DBusTest: Do not show popup when closing multiple tabs

Authored by mglb on Oct 23 2019, 12:36 AM.

Description

DBusTest: Do not show popup when closing multiple tabs

QWidget::close() shows question popup when CloseAllTabs is set to false
(default). The comment in the function suggested it was handled, but
it wasn't - the popup blocks DBus method call, so QSignalSpy::wait()
was not reached until the popup was closed manually.

Details

Committed
mglbOct 27 2019, 1:35 AM
Parents
R319:42a972b3d35b: DBusTest: Use correct enum in title/setTitle
Branches
Unknown
Tags
Unknown