diff options
Diffstat (limited to 'doc/html/qt-template-lib.html')
-rw-r--r-- | doc/html/qt-template-lib.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qt-template-lib.html b/doc/html/qt-template-lib.html index d5bf06a5b..00d64f7c8 100644 --- a/doc/html/qt-template-lib.html +++ b/doc/html/qt-template-lib.html @@ -225,7 +225,7 @@ must be valid). For example: v2[5] = 5; bool b = tqEqual( v1.<a href="tqvaluevector.html#begin">begin</a>(), v2.<a href="tqvaluevector.html#end">end</a>(), v2.<a href="tqvaluevector.html#begin">begin</a>() ); - // b == TRUE + // b == true </pre> <p> <a name="qCopy"></a> |