QmlDebugger: Also log messages from JSDebugger to debug console

This commit is contained in:
Kai Koehne
2010-12-17 10:18:34 +01:00
parent 761801645e
commit bde8287cdd
3 changed files with 107 additions and 24 deletions

View File

@@ -139,6 +139,12 @@ private:
QString toShadowBuildFilename(const QString &filename) const;
QString qmlImportPath() const;
enum LogDirection {
LogSend,
LogReceive
};
void logMessage(LogDirection direction, const QString &str);
private:
friend class QmlCppEngine;