From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qaxscriptmanager.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qaxscriptmanager.html') diff --git a/doc/html/qaxscriptmanager.html b/doc/html/qaxscriptmanager.html index 7e6beb1c3..dbe0702e7 100644 --- a/doc/html/qaxscriptmanager.html +++ b/doc/html/qaxscriptmanager.html @@ -124,7 +124,7 @@ TQVariant&", for example, to call a JavaScript function use
-    TQValueList args;
+    TQValueList args;
     args << 5;
     script->call("setNumber(const TQVariant&)", args);
     
@@ -142,7 +142,7 @@ using TQAxScript::call() on the respective Note that calling this function can be significantely slower than using call() on the respective TQAxScript directly. -

TQVariant TQAxScriptManager::call ( const TQString & function, TQValueList<TQVariant> & arguments ) +

TQVariant TQAxScriptManager::call ( const TQString & function, TQValueList<TQVariant> & arguments )

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

Calls function passing arguments as parameters, and returns the result. Returns when the script's execution has finished. -- cgit v1.2.1