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