diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:11:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:11:59 -0600 |
commit | 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch) | |
tree | df1e10cc7504665622d096f9ba80dc9e56f3afb8 /doc/html/qapplication.html | |
parent | a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff) | |
download | qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip |
Undo prior accidental commit
Diffstat (limited to 'doc/html/qapplication.html')
-rw-r--r-- | doc/html/qapplication.html | 6 |
1 files changed, 3 insertions, 3 deletions
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. <p> <b>Warning:</b> The internal buffer is limited to 8196 bytes (including the '\0'-terminator). -<p> <b>Warning:</b> Passing (const char *)0 as argument to tqDebug might lead +<p> <b>Warning:</b> Passing (const char *)0 as argument to qDebug might lead to crashes on certain platforms due to the platforms printf implementation. <p> <p>See also <a href="#qWarning">qWarning</a>(), <a href="#qFatal">qFatal</a>(), <a href="#qInstallMsgHandler">qInstallMsgHandler</a>(), and <a href="debug.html">Debugging</a>. @@ -1926,7 +1926,7 @@ similar to the C printf() function. is sent to the debugger. <p> <b>Warning:</b> The internal buffer is limited to 8196 bytes (including the '\0'-terminator). -<p> <b>Warning:</b> Passing (const char *)0 as argument to tqFatal might lead +<p> <b>Warning:</b> Passing (const char *)0 as argument to qFatal might lead to crashes on certain platforms due to the platforms printf implementation. <p> <p>See also <a href="#qDebug">qDebug</a>(), <a href="#qWarning">qWarning</a>(), <a href="#qInstallMsgHandler">qInstallMsgHandler</a>(), and <a href="debug.html">Debugging</a>. @@ -2029,7 +2029,7 @@ similar to the C printf() function. is sent to the debugger. <p> <b>Warning:</b> The internal buffer is limited to 8196 bytes (including the '\0'-terminator). -<p> <b>Warning:</b> Passing (const char *)0 as argument to tqWarning might lead +<p> <b>Warning:</b> Passing (const char *)0 as argument to qWarning might lead to crashes on certain platforms due to the platforms printf implementation. <p> <p>See also <a href="#qDebug">qDebug</a>(), <a href="#qFatal">qFatal</a>(), <a href="#qInstallMsgHandler">qInstallMsgHandler</a>(), and <a href="debug.html">Debugging</a>. |