equal
deleted
inserted
replaced
592 |
592 |
593 void IRViewManager::exitTimeout() |
593 void IRViewManager::exitTimeout() |
594 { |
594 { |
595 crossLineReset(); |
595 crossLineReset(); |
596 viewport()->repaint(); |
596 viewport()->repaint(); |
597 HbMessageBox exitNote(hbTrId("txt_common_info_exiting"), |
597 HbMessageBox::information(hbTrId("txt_common_info_exiting"), (QObject*)NULL, NULL); |
598 HbMessageBox::MessageTypeInformation); |
|
599 exitNote.setPrimaryAction(NULL); |
|
600 exitNote.exec(); |
|
601 qApp->quit(); |
598 qApp->quit(); |
602 iExiting = true; |
599 iExiting = true; |
603 } |
600 } |
604 |
601 |
605 bool IRViewManager::isExiting() const |
602 bool IRViewManager::isExiting() const |