QmlJS: Remove 'qmljsprivateapi.h' header

That's a reminiscent of the times when qmljs was just a copy
of the classes in Qt.

Rather include the files individually.

Change-Id: I6ff8541c004ef4dab9d9d4f5011ff6c5a3a0574a
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Kai Koehne
2012-04-18 13:31:36 +02:00
parent 9283d7d50f
commit 84cb289ae3
18 changed files with 40 additions and 122 deletions

View File

@@ -33,8 +33,8 @@
#ifndef BASEQMLDEBUGGERCLIENT_H
#define BASEQMLDEBUGGERCLIENT_H
#include "qmljsprivateapi.h"
#include "debuggerengine.h"
#include <qmldebug/qmldebugclient.h>
namespace Debugger {
namespace Internal {
@@ -45,7 +45,7 @@ class BreakpointModelId;
class QmlEngine;
class BaseQmlDebuggerClientPrivate;
class BaseQmlDebuggerClient : public QmlDebugClient
class BaseQmlDebuggerClient : public QmlDebug::QmlDebugClient
{
Q_OBJECT