Android: Fix modified flag for changes to the application name

Task-number: QTCREATORBUG-12065
Change-Id: I2e86274b5b1155a952438e7ea9223f6260e7ea53
Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
Daniel Teske
2014-07-24 13:22:39 +02:00
parent 8803339806
commit b1f183d06a

View File

@@ -1005,6 +1005,7 @@ void AndroidManifestEditorWidget::parseApplication(QXmlStreamReader &reader, QXm
if (!m_appNameInStringsXml) {
keys << QLatin1String("android:label");
values << m_appNameLineEdit->text();
m_setAppName = false;
}
bool ensureIconAttribute = !m_lIconPath.isEmpty()
|| !m_mIconPath.isEmpty()