[Konsole-devel] [Bug 163677] hidden question dialog prevents application quit via taskbar

Jekyll Wu adaptee at gmail.com
Sat Apr 21 09:27:51 UTC 2012


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

--- Comment #4 from Jekyll Wu <adaptee at gmail.com> ---
For the situation of minimized Konsole , I think the following code should do
the job.

bool MainWindow::queryClose()
{
    ...

    if ( isMinimized() ) {
        showNormal();
    }

   int result = KMessageBox::warningYesNoCancel(....);
   ....
}

But for the situation of on a another virtual desktop, is it possible?

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the konsole-devel mailing list