qml debugger: make the application output work

This commit is contained in:
Olivier Goffart
2010-08-25 16:48:35 +02:00
parent d0f794b65e
commit af46c3d947
4 changed files with 24 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ class DebuggerStartParameters;
namespace Internal {
class DebuggerEngine;
class QmlEngine;
}
//DEBUGGER_EXPORT QDebug operator<<(QDebug str, const DebuggerStartParameters &);
@@ -136,6 +137,7 @@ private:
DebuggerEngineType m_enabledEngines;
QString m_errorMessage;
QString m_settingsIdHint;
friend class Internal::QmlEngine;
};
} // namespace Debugger