Debugging: Reload Script Scources

Update open editors when internal sources are reloaded.

Change-Id: If0780ac5fbbcd2a19c95dd5647d47cb70a9135e0
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2011-12-21 10:39:54 +01:00
parent a2d5cb3534
commit 19b539c995
2 changed files with 38 additions and 13 deletions

View File

@@ -39,6 +39,12 @@
#include <QtNetwork/QAbstractSocket>
class QTextDocument;
namespace Core {
class IEditor;
}
namespace Debugger {
class QmlAdapter;
@@ -167,6 +173,8 @@ private:
const QString &oldBasePath, const QString &newBasePath) const;
QString qmlImportPath() const;
void updateEditor(Core::IEditor *editor, const QTextDocument *document);
private:
friend class QmlCppEngine;
QmlEnginePrivate *d;