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 24 2019, 10:30 PM
Parents
R319:ca4d6bf01688: DBusTest: Use correct enum in title/setTitle
Branches
Unknown
Tags
Unknown