aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-11-11 15:57:05 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-16 16:56:20 +0100
commitdbde405068efa39a544485592d2dbc752db21cc5 (patch)
tree37830a8f9af57e79d65feeff5a2a536f68e3dd1a /src
parent0107608634c31d7d0b7adc50325dda75b32cc4ec (diff)
Debugger: Add unit tests for v8 profiler service
Change-Id: I556b9c537a43347b42669b2272925af6b05e6014 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/debugger/qv8profilerservice_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/debugger/qv8profilerservice_p.h b/src/declarative/debugger/qv8profilerservice_p.h
index f2d517b6df..95b48f9251 100644
--- a/src/declarative/debugger/qv8profilerservice_p.h
+++ b/src/declarative/debugger/qv8profilerservice_p.h
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-struct QV8ProfilerData
+struct Q_AUTOTEST_EXPORT QV8ProfilerData
{
int messageType;
QString filename;
@@ -77,7 +77,7 @@ struct QV8ProfilerData
class QDeclarativeEngine;
class QV8ProfilerServicePrivate;
-class QV8ProfilerService : public QDeclarativeDebugService
+class Q_AUTOTEST_EXPORT QV8ProfilerService : public QDeclarativeDebugService
{
Q_OBJECT
public: