summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-02-24 07:56:04 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2011-02-24 08:03:35 (GMT)
commitfbf73dec65df9c27a3a09ca9b436f5f8cb9f1b0e (patch)
tree82a5cc9fbb087059a04d39d37e7bcdbd5b65dd77 /src/declarative
parent60f84b596476f88a39d0eb2c56dc9468805442aa (diff)
downloadQt-fbf73dec65df9c27a3a09ca9b436f5f8cb9f1b0e.zip
Qt-fbf73dec65df9c27a3a09ca9b436f5f8cb9f1b0e.tar.gz
Qt-fbf73dec65df9c27a3a09ca9b436f5f8cb9f1b0e.tar.bz2
QDeclarativeDebug: Export needed symbols on Symbian
Allow applications to link against the QDeclarativeDebugService API. This is needed for on-device debugging of QML. (The removal of the symbols was a regression in 4.7.2). Task-number: QTBUG-17503 Reviewed-by: Tom Sutcliffe
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/debugger/qdeclarativedebugservice_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qdeclarativedebugservice_p.h b/src/declarative/debugger/qdeclarativedebugservice_p.h
index 1730d11..5e30350 100644
--- a/src/declarative/debugger/qdeclarativedebugservice_p.h
+++ b/src/declarative/debugger/qdeclarativedebugservice_p.h
@@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
class QDeclarativeDebugServicePrivate;
-class Q_DECLARATIVE_PRIVATE_EXPORT QDeclarativeDebugService : public QObject
+class Q_DECLARATIVE_EXPORT QDeclarativeDebugService : public QObject
{
Q_OBJECT
Q_DECLARE_PRIVATE(QDeclarativeDebugService)