diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-10-18 08:56:50 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-10-19 07:48:40 (GMT) |
commit | e39a2e39451bf106a9845f8a60fc571faaa4dde5 (patch) | |
tree | de874773d1ce1fa5976b57f6ef20357f0ee44aa2 /src/declarative/debugger/qdeclarativedebugclient_p.h | |
parent | 0e8862bbcfe3d77a02cd32889e6d2fa928acd361 (diff) | |
download | Qt-e39a2e39451bf106a9845f8a60fc571faaa4dde5.zip Qt-e39a2e39451bf106a9845f8a60fc571faaa4dde5.tar.gz Qt-e39a2e39451bf106a9845f8a60fc571faaa4dde5.tar.bz2 |
Don't export QtDeclarative symbols needed by QtCreator on Symbian
Task-number: QTBUG-14041
Reviewed-by: Aaron Kennedy
Diffstat (limited to 'src/declarative/debugger/qdeclarativedebugclient_p.h')
-rw-r--r-- | src/declarative/debugger/qdeclarativedebugclient_p.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/debugger/qdeclarativedebugclient_p.h b/src/declarative/debugger/qdeclarativedebugclient_p.h index 8d1706d..47f87a5 100644 --- a/src/declarative/debugger/qdeclarativedebugclient_p.h +++ b/src/declarative/debugger/qdeclarativedebugclient_p.h @@ -44,6 +44,8 @@ #include <QtNetwork/qtcpsocket.h> +#include <private/qdeclarativeglobal_p.h> + QT_BEGIN_HEADER QT_BEGIN_NAMESPACE @@ -51,7 +53,7 @@ QT_BEGIN_NAMESPACE QT_MODULE(Declarative) class QDeclarativeDebugConnectionPrivate; -class Q_DECLARATIVE_EXPORT QDeclarativeDebugConnection : public QTcpSocket +class Q_DECLARATIVE_PRIVATE_EXPORT QDeclarativeDebugConnection : public QTcpSocket { Q_OBJECT Q_DISABLE_COPY(QDeclarativeDebugConnection) @@ -67,7 +69,7 @@ private: }; class QDeclarativeDebugClientPrivate; -class Q_DECLARATIVE_EXPORT QDeclarativeDebugClient : public QObject +class Q_DECLARATIVE_PRIVATE_EXPORT QDeclarativeDebugClient : public QObject { Q_OBJECT Q_DECLARE_PRIVATE(QDeclarativeDebugClient) |