diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qbitarray.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qbitarray.html')
-rw-r--r-- | doc/html/qbitarray.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qbitarray.html b/doc/html/qbitarray.html index 7584aa879..8ea0a68b0 100644 --- a/doc/html/qbitarray.html +++ b/doc/html/qbitarray.html @@ -84,7 +84,7 @@ arrays or bits. <p> Bits can be manipulated by the <a href="#setBit">setBit</a>() and <a href="#clearBit">clearBit</a>() functions, but it is also possible to use the indexing [] operator to test and set individual bits. The [] operator is a little slower than -setBit() and clearBit() because some tricks are retquired to +setBit() and clearBit() because some tricks are required to implement single-bit assignments. <p> Example: <pre> |