diff options
author | Bill King <bill.king@nokia.com> | 2009-09-28 03:11:44 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2009-09-28 03:12:58 (GMT) |
commit | 75e19e6165229db5465704bf14d8e938c3f0c36d (patch) | |
tree | 153e97fa3e75d0c25efd76f3338965ed28585430 /tests/auto/q3sqlcursor | |
parent | 3e23d922c6547f7295c425b28a9c9fc0791dbfa5 (diff) | |
download | Qt-75e19e6165229db5465704bf14d8e938c3f0c36d.zip Qt-75e19e6165229db5465704bf14d8e938c3f0c36d.tar.gz Qt-75e19e6165229db5465704bf14d8e938c3f0c36d.tar.bz2 |
Fixes: better wording.
Diffstat (limited to 'tests/auto/q3sqlcursor')
-rw-r--r-- | tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp b/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp index f043248..9f4ebcb 100644 --- a/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp +++ b/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp @@ -644,7 +644,7 @@ void tst_Q3SqlCursor::select() } #ifdef QT_DEBUG - // for people too stupid to read docs we had to insert this debugging message. + // Ignore debugging message advising users of a potential pitfall. QTest::ignoreMessage(QtDebugMsg, "Q3SqlCursor::setValue(): This will not affect actual database values. Use primeInsert(), primeUpdate() or primeDelete()."); #endif cur4.setValue( "id", 1 ); |