diff options
Diffstat (limited to 'doc/html/tqdatastream.html')
-rw-r--r-- | doc/html/tqdatastream.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqdatastream.html b/doc/html/tqdatastream.html index d7fba3c03..e70b9afc3 100644 --- a/doc/html/tqdatastream.html +++ b/doc/html/tqdatastream.html @@ -128,7 +128,7 @@ data to. The <a href="tqfile.html">TQFile</a> class is an example of an IO devic <p> Each item written to the stream is written in a predefined binary format that varies depending on the item's type. Supported TQt -types include <a href="tqbrush.html">TQBrush</a>, <a href="tqcolor.html">TQColor</a>, <a href="tqdatetime.html">TQDateTime</a>, <a href="tqfont.html">TQFont</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqstring.html">TQString</a>, +types include <a href="tqbrush.html">TQBrush</a>, <a href="tqcolor.html">TQColor</a>, <a href="tqdatetime.html">TQDateTime</a>, <a href="tqfont.html">TQFont</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqstring.html">TQString</a>, <a href="ntqvariant.html">TQVariant</a> and many others. For the complete list of all TQt types supporting data streaming see the <a href="datastreamformat.html">Format of the TQDataStream operators</a>. <p> For integers it is best to always cast to a TQt integer type for |