From c7adc518ca890f3393843785d0d814a6d164399b Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Thu, 4 Jun 2015 15:38:08 +0200 Subject: doc: Remove uses of \mainclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This qdoc command is deprecated. Change-Id: I50ebdbfb6d0c445ae4ead0556b9b1b1b0259f860 Task-number: QTBUG-46476 Reviewed-by: Topi Reiniƶ --- src/script/api/qscriptengine.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/script/api/qscriptengine.cpp') diff --git a/src/script/api/qscriptengine.cpp b/src/script/api/qscriptengine.cpp index d0beb49..699d2e6 100644 --- a/src/script/api/qscriptengine.cpp +++ b/src/script/api/qscriptengine.cpp @@ -98,7 +98,6 @@ QT_BEGIN_NAMESPACE \brief The QScriptEngine class provides an environment for evaluating Qt Script code. \ingroup script - \mainclass See the \l{Qt Script} documentation for information about the Qt Script language, and how to get started with scripting your C++ application. @@ -4424,7 +4423,6 @@ QScriptValue QScriptEngine::objectById(qint64 id) const \brief The QScriptSyntaxCheckResult class provides the result of a script syntax check. \ingroup script - \mainclass QScriptSyntaxCheckResult is returned by QScriptEngine::checkSyntax() to provide information about the syntactical (in)correctness of a script. -- cgit v1.2.1