Added QmlJS::Internal::Inspector.

This commit is contained in:
Roberto Raggi
2010-06-29 12:41:26 +02:00
parent 72cfd329a6
commit 3f692a6ba3
6 changed files with 122 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ namespace Debugger {
namespace QmlJSInspector {
namespace Internal {
class QmlInspectorPlugin;
class InspectorPlugin;
class ClientProxy : public QObject
{
@@ -119,7 +119,7 @@ private:
QList<QDeclarativeDebugEngineReference> m_engines;
Debugger::DebuggerRunControl *m_debuggerRunControl;
friend class QmlJSInspector::Internal::QmlInspectorPlugin;
friend class QmlJSInspector::Internal::InspectorPlugin;
};
} // namespace Internal