forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user