summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptclass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/qscriptclass.cpp')
-rw-r--r--src/script/api/qscriptclass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/qscriptclass.cpp b/src/script/api/qscriptclass.cpp
index 68de186..6a1cc2a 100644
--- a/src/script/api/qscriptclass.cpp
+++ b/src/script/api/qscriptclass.cpp
@@ -357,7 +357,7 @@ bool QScriptClass::supportsExtension(Extension extension) const
result of the function call. In the following example the sum of the
arguments to the script function are added up and returned:
- \snippet doc/src/snippets/code/src_script_qscriptclass.cpp 0
+ \snippet code/src_script_qscriptclass.cpp 0
If you implement the HasInstance extension, Qt Script will call this
function as part of evaluating the \c{instanceof} operator, as