Include the private QML api in qmljsprivateapi.h

This commit is contained in:
Roberto Raggi
2010-06-29 11:17:09 +02:00
parent 1490fe45a0
commit 1f901a170e
5 changed files with 40 additions and 7 deletions

View File

@@ -29,11 +29,11 @@
#ifndef QMLJSDEBUGGERCLIENT_H
#define QMLJSDEBUGGERCLIENT_H
#include "qmljsprivateapi.h"
#include <debugger/qml/qmlengine.h>
#include <debugger/stackframe.h>
#include <debugger/stackhandler.h>
#include <debugger/debuggerrunner.h>
#include <private/qdeclarativedebugclient_p.h> // QML private API
namespace QmlJSInspector {
namespace Internal {