Skip to content
Commit e2b603d1 authored by Martin Tobias Holmedahl Sandsmark's avatar Martin Tobias Holmedahl Sandsmark
Browse files

Turn off automatic quit when all windows close.

With QApplication::quitOnLastWindowClosed set to true (which is the
default), Yakuake would quit when for example the Configure dialog was
closed while the main window was hidden.

So we turn that off, and instead call QApplication::quit() explicitly
instead of just closing the window when the user clicks the quit button.

Acked by Eike Hein on IRC.

BUG: 345116
parent 042760e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment