From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- doc/html/qapplication.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qapplication.html') diff --git a/doc/html/qapplication.html b/doc/html/qapplication.html index 461406a..411f37e 100644 --- a/doc/html/qapplication.html +++ b/doc/html/qapplication.html @@ -1900,7 +1900,7 @@ similar to the C printf() function. is sent to the debugger.

Warning: The internal buffer is limited to 8196 bytes (including the '\0'-terminator). -

Warning: Passing (const char *)0 as argument to tqDebug might lead +

Warning: Passing (const char *)0 as argument to qDebug might lead to crashes on certain platforms due to the platforms printf implementation.

See also qWarning(), qFatal(), qInstallMsgHandler(), and Debugging. @@ -1926,7 +1926,7 @@ similar to the C printf() function. is sent to the debugger.

Warning: The internal buffer is limited to 8196 bytes (including the '\0'-terminator). -

Warning: Passing (const char *)0 as argument to tqFatal might lead +

Warning: Passing (const char *)0 as argument to qFatal might lead to crashes on certain platforms due to the platforms printf implementation.

See also qDebug(), qWarning(), qInstallMsgHandler(), and Debugging. @@ -2029,7 +2029,7 @@ similar to the C printf() function. is sent to the debugger.

Warning: The internal buffer is limited to 8196 bytes (including the '\0'-terminator). -

Warning: Passing (const char *)0 as argument to tqWarning might lead +

Warning: Passing (const char *)0 as argument to qWarning might lead to crashes on certain platforms due to the platforms printf implementation.

See also qDebug(), qFatal(), qInstallMsgHandler(), and Debugging. -- cgit v1.2.3