Remove internal method from public API
authorLars Knoll <lars.knoll@digia.com>
Thu, 17 Oct 2013 06:56:51 +0000 (08:56 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 19 Oct 2013 12:59:11 +0000 (14:59 +0200)
commit9fd4591a61df467362fa2f17cc2d506efd6bece3
treefa3c31cffcd67943ae26823ab9d2b8370815980f
parentf0eaaef4aeb6fa8951cca1e1e90def3411896e9f
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>
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4engine_p.h
src/qml/jsruntime/qv4qobjectwrapper.cpp
src/qml/qml/qqmlcomponent.cpp
src/qml/qml/qqmlerror.cpp
src/qml/qml/qqmlerror.h
src/qml/qml/qqmljavascriptexpression.cpp
src/qml/qml/qqmltypeloader.cpp
src/qml/qml/qqmlvmemetaobject.cpp
src/qml/qml/qqmlxmlhttprequest.cpp
src/qml/types/qquickworkerscript.cpp