aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlerror.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-10-17 08:56:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-19 14:59:11 +0200
commit9fd4591a61df467362fa2f17cc2d506efd6bece3 (patch)
treefa3c31cffcd67943ae26823ab9d2b8370815980f /src/qml/qml/qqmlerror.h
parentf0eaaef4aeb6fa8951cca1e1e90def3411896e9f (diff)
Remove internal method from public API
QQmlError is public API and shouldn't expose an internal method. Change-Id: I7caf06af9340fefec5c96103395fe74acbf19497 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlerror.h')
-rw-r--r--src/qml/qml/qqmlerror.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/qml/qml/qqmlerror.h b/src/qml/qml/qqmlerror.h
index 50491b911c..e69b3c15ba 100644
--- a/src/qml/qml/qqmlerror.h
+++ b/src/qml/qml/qqmlerror.h
@@ -49,10 +49,6 @@
QT_BEGIN_NAMESPACE
-namespace QV4 {
-struct ExecutionContext;
-}
-
class QDebug;
class QQmlErrorPrivate;
class Q_QML_EXPORT QQmlError
@@ -63,9 +59,6 @@ public:
QQmlError &operator=(const QQmlError &);
~QQmlError();
- // Use only inside catch(...) -- will re-throw if no JS exception
- static QQmlError catchJavaScriptException(QV4::ExecutionContext *context);
-
bool isValid() const;
QUrl url() const;