From 2951c346733924efbb48bbc615ed0d933ed749d6 Mon Sep 17 00:00:00 2001 From: Bill King Date: Mon, 28 Sep 2009 13:11:44 +1000 Subject: Fixes: better wording. (cherry picked from commit 75e19e6165229db5465704bf14d8e938c3f0c36d) --- tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp b/tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp index 7838568..e274761 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 ); -- cgit v0.12