diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-14 12:51:23 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-14 12:51:23 (GMT) |
commit | a20119748ebf402dc5e91f57ac353939aa011458 (patch) | |
tree | cfb338c9f2119cc137cbcc9b7807604c7f7aba4e /tests/auto/qmessagebox | |
parent | 02bc8c45f2cae1b6cd417631be8e98bc79c9c42d (diff) | |
parent | 47f894350cc48a6fdc4b5cc4c47c4c7f072678f9 (diff) | |
download | Qt-a20119748ebf402dc5e91f57ac353939aa011458.zip Qt-a20119748ebf402dc5e91f57ac353939aa011458.tar.gz Qt-a20119748ebf402dc5e91f57ac353939aa011458.tar.bz2 |
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'tests/auto/qmessagebox')
-rw-r--r-- | tests/auto/qmessagebox/tst_qmessagebox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qmessagebox/tst_qmessagebox.cpp b/tests/auto/qmessagebox/tst_qmessagebox.cpp index 2de1c52..d4ca064 100644 --- a/tests/auto/qmessagebox/tst_qmessagebox.cpp +++ b/tests/auto/qmessagebox/tst_qmessagebox.cpp @@ -140,6 +140,8 @@ private: tst_QMessageBox::tst_QMessageBox() : keyToSend(-1) { + int argc = qApp->argc(); + QT_REQUIRE_VERSION(argc, qApp->argv(), "4.6.2") } int tst_QMessageBox::exec(QMessageBox *msgBox, int key) |