forked from qt-creator/qt-creator
AndroidManifestEditor: Fix handling of external changes
The editor was not updating the UI part if that is active when external changes happen. Switching to XML Source would then overwrite the external change. Change-Id: Ib63257e75e065d151cb2a078443dc2afc8392ab8 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -135,6 +135,7 @@ private:
|
||||
bool syncToWidgets();
|
||||
void syncToWidgets(const QDomDocument &doc);
|
||||
void syncToEditor();
|
||||
void updateAfterFileLoad(bool success);
|
||||
|
||||
bool checkDocument(const QDomDocument &doc, QString *errorMessage,
|
||||
int *errorLine, int *errorColumn);
|
||||
|
||||
Reference in New Issue
Block a user