summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-11-08 05:22:12 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-11-08 05:27:47 (GMT)
commitc9860f3336536bfb11c685dd25f6333409fda508 (patch)
tree096ae6cb5f3875ed05451b45834986b0c72876b7
parent40119b446ebf96cf1f03d60ed3eada18f33f1b52 (diff)
downloadQt-c9860f3336536bfb11c685dd25f6333409fda508.zip
Qt-c9860f3336536bfb11c685dd25f6333409fda508.tar.gz
Qt-c9860f3336536bfb11c685dd25f6333409fda508.tar.bz2
Export QDeclarativeDebugHelper on Symbian for QTBUG-13762
Reviewed-by: Martin Jones Task-number: QTBUG-13762
-rw-r--r--src/declarative/debugger/qdeclarativedebughelper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qdeclarativedebughelper_p.h b/src/declarative/debugger/qdeclarativedebughelper_p.h
index a1ac23d..fcd7115 100644
--- a/src/declarative/debugger/qdeclarativedebughelper_p.h
+++ b/src/declarative/debugger/qdeclarativedebughelper_p.h
@@ -55,7 +55,7 @@ class QDeclarativeEngine;
// Helper methods to access private API through a stable interface
// This is used in the qmljsdebugger library of QtCreator.
-class Q_DECLARATIVE_PRIVATE_EXPORT QDeclarativeDebugHelper
+class Q_DECLARATIVE_EXPORT QDeclarativeDebugHelper
{
public:
static QScriptEngine *getScriptEngine(QDeclarativeEngine *engine);