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
(cherry picked from commit b2db13f245f09f1d14af64d2199284c78cbb5b6e)
bb10
Jason McDonald 2011-05-03 16:04:31 +10:00 committed by Rohan McGovern
parent dffae678dd
commit 079dde144f
1 changed files with 1 additions and 1 deletions

View File

@ -10422,7 +10422,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()