diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-05-03 06:04:31 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2011-05-04 04:30:29 (GMT) |
commit | b2db13f245f09f1d14af64d2199284c78cbb5b6e (patch) | |
tree | 6868ecba1f182ea5a044158ca99ca63807e0e3c3 /tests/auto/qwidget | |
parent | a8dc321b6669dd263a25a0cb5766e5b7150c6e20 (diff) | |
download | Qt-b2db13f245f09f1d14af64d2199284c78cbb5b6e.zip Qt-b2db13f245f09f1d14af64d2199284c78cbb5b6e.tar.gz Qt-b2db13f245f09f1d14af64d2199284c78cbb5b6e.tar.bz2 |
Remove mention of Q_ASSERT in comments
This will make it easier to check for stray Q_ASSERT's in the future.
Change-Id: I5ddafe1bf26819566460920deae8ff448008c93f
Task-number: QTBUG-17582
Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/auto/qwidget')
-rw-r--r-- | tests/auto/qwidget/tst_qwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qwidget/tst_qwidget.cpp b/tests/auto/qwidget/tst_qwidget.cpp index 64d543f..e8d9719 100644 --- a/tests/auto/qwidget/tst_qwidget.cpp +++ b/tests/auto/qwidget/tst_qwidget.cpp @@ -10383,7 +10383,7 @@ void tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy() w.setFocusProxy(fp); QWidget::setTabOrder(&w, fp); - // No Q_ASSERT, then it's allright. + // In debug mode, no assertion failure means it's alright. } void tst_QWidget::movedAndResizedAttributes() |