forked from qt-creator/qt-creator
AndroidManifestEditor: Cope with non existing strings.xml
Instead of retrieving the app_name from the strings.xml simply show the reference to the strings.xml file. Task-number: QTCREATORBUG-10821 Change-Id: I99bf45df4864857992d03746cf8613b6f097352d Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -138,6 +138,7 @@ private:
|
||||
bool m_dirty; // indicates that we need to call syncToEditor()
|
||||
bool m_stayClean;
|
||||
bool m_setAppName;
|
||||
bool m_appNameInStringsXml;
|
||||
int m_errorLine;
|
||||
int m_errorColumn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user