From 6dec101d43dcbd4195c47d54bd388db1a8d7230e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Jun 2012 17:28:28 -0500 Subject: Automated update from Qt3 --- doc/html/ntqbuffer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqbuffer.html') diff --git a/doc/html/ntqbuffer.html b/doc/html/ntqbuffer.html index 7f0714de8..2b208c29b 100644 --- a/doc/html/ntqbuffer.html +++ b/doc/html/ntqbuffer.html @@ -44,8 +44,8 @@ body { background: #ffffff; color: black; }
  • ~TQBuffer ()
  • TQByteArray buffer () const
  • bool setBuffer ( TQByteArray buf )
  • -
  • virtual Q_LONG writeBlock ( const char * p, Q_ULONG len )
  • -
  • Q_LONG writeBlock ( const TQByteArray & data )
  • +
  • virtual TQ_LONG writeBlock ( const char * p, TQ_ULONG len )
  • +
  • TQ_LONG writeBlock ( const TQByteArray & data )

  • Detailed Description

    @@ -120,7 +120,7 @@ Replaces the buffer's contents with buf and returns TRUE. modified because TQByteArray is an explicitly shared class.

    See also buffer(), open(), and close(). -

    Q_LONG TQBuffer::writeBlock ( const char * p, Q_ULONG len ) [virtual] +

    TQ_LONG TQBuffer::writeBlock ( const char * p, TQ_ULONG len ) [virtual]

    Writes len bytes from p into the buffer at the current index position, overwriting any characters there and extending the @@ -129,7 +129,7 @@ buffer if necessary. Returns the number of bytes actually written.

    See also readBlock().

    Reimplemented from TQIODevice. -

    Q_LONG TQBuffer::writeBlock ( const TQByteArray & data ) +

    TQ_LONG TQBuffer::writeBlock ( const TQByteArray & data )

    This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

    This convenience function is the same as calling -- cgit v1.2.1