From bd87b2af9dde0633e56a792665cdec7a9675da95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Nov 2012 14:05:14 -0600 Subject: Automated update from Qt3 --- doc/html/ntqmemarray.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqmemarray.html') diff --git a/doc/html/ntqmemarray.html b/doc/html/ntqmemarray.html index c20eeb6c3..a38a81172 100644 --- a/doc/html/ntqmemarray.html +++ b/doc/html/ntqmemarray.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; }

Related Functions

@@ -136,10 +136,10 @@ constructor). TQValueVector provides an STL-compatible syntax and is { TQMemArray<int> a = fib( 6 ); // get first 6 fibonaccis for ( int i = 0; i < a.size(); i++ ) - qDebug( "%d: %d", i, a[i] ); + tqDebug( "%d: %d", i, a[i] ); - qDebug( "1 is found %d times", a.contains(1) ); - qDebug( "5 is found at index %d", a.find(5) ); + tqDebug( "1 is found %d times", a.contains(1) ); + tqDebug( "5 is found at index %d", a.find(5) ); return 0; } @@ -542,7 +542,7 @@ to the stream. reference to the stream.

See also Format of the TQDataStream operators. -

TQ_UINT16 qChecksum ( const char * data, uint len ) +

TQ_UINT16 tqChecksum ( const char * data, uint len )

Returns the CRC-16 checksum of len bytes starting at data. -- cgit v1.2.3