From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qnetworkoperation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qnetworkoperation.html') diff --git a/doc/html/qnetworkoperation.html b/doc/html/qnetworkoperation.html index cb9aa9701..3d1163e63 100644 --- a/doc/html/qnetworkoperation.html +++ b/doc/html/qnetworkoperation.html @@ -76,7 +76,7 @@ three arguments of the operation. The state is initialized to TQNetworkProtocol::StWaiting.

See also TQNetworkProtocol::Operation and TQNetworkProtocol::State. -

TQNetworkOperation::TQNetworkOperation ( TQNetworkProtocol::Operation operation, const TQByteArray & arg0, const TQByteArray & arg1, const TQByteArray & arg2 ) +

TQNetworkOperation::TQNetworkOperation ( TQNetworkProtocol::Operation operation, const TQByteArray & arg0, const TQByteArray & arg1, const TQByteArray & arg2 )

Constructs a network operation object. operation is the type of the operation, and arg0, arg1 and arg2 are the first @@ -117,7 +117,7 @@ Returns the type of the operation. Returns a detailed error message for the last error. This must have been set using setProtocolDetail(). -

TQByteArray TQNetworkOperation::rawArg ( int num ) const +

TQByteArray TQNetworkOperation::rawArg ( int num ) const

Returns the operation's num-th raw data argument. If this argument was not already set, an empty bytearray is returned. @@ -138,7 +138,7 @@ codes defined in TQNetworkProtocol should If the operation failed, the error message can be specified as detail. -

void TQNetworkOperation::setRawArg ( int num, const TQByteArray & arg ) +

void TQNetworkOperation::setRawArg ( int num, const TQByteArray & arg )

Sets the network operation's num-th raw data argument to arg. -- cgit v1.2.3