https://bugs.kde.org/show_bug.cgi?id=469690

--- Comment #6 from Waqar Ahmed <waqar....@gmail.com> ---
Pasting my message from a weeks ago in kate chat room about this;

re the double dialog issue on Ctrl+Q. It is handled by KateApp::shutdownKate,
The first dialog is a result of:

    if (!win->queryClose_internal()) {
        return;
    }
and the second:

QApplication::quit();

...
    #8 0x7ff30f88fe9c in KateMainWindow::queryClose()
kde/src/utilities/kate/apps/lib/katemainwindow.cpp:687:9
    #9 0x7ff30d9ba6de in KMainWindow::closeEvent(QCloseEvent*)
kde/src/frameworks/kxmlgui/src/kmainwindow.cpp:538:9
...
    #31 0x7ff30f794c4c in
KateApp::shutdownKate(KateMainWindow*)kde/src/utilities/kate/apps/lib/kateapp.cpp:486:5

I think the behaviour changed somewhere in Qt6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to