forked from qt-creator/qt-creator
Remove createAndroidTemplates from AndroidManager::openXmlFile()
The default value is false, and all the callers that pass in a 4th parameter, pass in false. Change-Id: Ifff6fb138b4cdd1d249c25246c623335dd96dcc5 Reviewed-by: BogDan Vatra <bog_dan_ro@yahoo.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
private:
|
||||
static void raiseError(const QString &reason);
|
||||
static bool openXmlFile(ProjectExplorer::Target *target, QDomDocument &doc,
|
||||
const Utils::FileName &fileName, bool createAndroidTemplates = false);
|
||||
const Utils::FileName &fileName);
|
||||
static bool saveXmlFile(ProjectExplorer::Target *target, QDomDocument &doc, const Utils::FileName &fileName);
|
||||
static bool openManifest(ProjectExplorer::Target *target, QDomDocument &doc);
|
||||
static bool saveManifest(ProjectExplorer::Target *target, QDomDocument &doc);
|
||||
|
||||
Reference in New Issue
Block a user