changeset 7795 | ba32d3f9e567 |
parent 7631 | 01b599d6f72d |
child 7902 | a82b1bf2eca1 |
--- a/QTfrontend/ui/dialog/ask_quit.cpp Tue Oct 23 06:50:19 2012 +0200 +++ b/QTfrontend/ui/dialog/ask_quit.cpp Tue Oct 23 07:03:07 2012 +0200 @@ -58,6 +58,8 @@ QTimer * timer = new QTimer(this); connect(timer, SIGNAL(timeout()), this, SLOT(updateList())); timer->start(200); + + this->setWindowModality(Qt::WindowModal); } void HWAskQuitDialog::goToPageVideos()