QTfrontend/ui/dialog/ask_quit.cpp
changeset 7795 ba32d3f9e567
parent 7631 01b599d6f72d
child 7902 a82b1bf2eca1
equal deleted inserted replaced
7794:ab7b94c03bc9 7795:ba32d3f9e567
    56 
    56 
    57     // update list periodically
    57     // update list periodically
    58     QTimer * timer = new QTimer(this);
    58     QTimer * timer = new QTimer(this);
    59     connect(timer, SIGNAL(timeout()), this, SLOT(updateList()));
    59     connect(timer, SIGNAL(timeout()), this, SLOT(updateList()));
    60     timer->start(200);
    60     timer->start(200);
       
    61 
       
    62     this->setWindowModality(Qt::WindowModal);
    61 }
    63 }
    62 
    64 
    63 void HWAskQuitDialog::goToPageVideos()
    65 void HWAskQuitDialog::goToPageVideos()
    64 {
    66 {
    65     reject();
    67     reject();