aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/createandroidmanifestwizard.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-06-11 16:24:42 +0200
committerEike Ziller <eike.ziller@qt.io>2020-07-13 08:22:04 +0000
commit92cd8e60050c350b0e800ca198c4cfe4014049ce (patch)
tree54992d0be90817a4f115a9ae493ff1957bbb89dd /src/plugins/android/createandroidmanifestwizard.h
parent74961369921d5112aed3014e24b71930a664e696 (diff)
Android: Use re-usable "copy and ask for overwrite" callable
Change-Id: I73779b5eaeebbd44fa6333f067adf220ddd77be4 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/android/createandroidmanifestwizard.h')
-rw-r--r--src/plugins/android/createandroidmanifestwizard.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/android/createandroidmanifestwizard.h b/src/plugins/android/createandroidmanifestwizard.h
index eee030ff339..694e4b8cb78 100644
--- a/src/plugins/android/createandroidmanifestwizard.h
+++ b/src/plugins/android/createandroidmanifestwizard.h
@@ -54,19 +54,11 @@ public:
ProjectExplorer::BuildSystem *buildSystem() const;
private:
- enum CopyState {
- Ask,
- OverwriteAll,
- SkipAll
- };
- bool copy(const QFileInfo &src, const QFileInfo &dst, QStringList *addedFiles);
-
void createAndroidManifestFile();
void createAndroidTemplateFiles();
ProjectExplorer::BuildSystem *m_buildSystem;
QString m_buildKey;
QString m_directory;
- CopyState m_copyState;
bool m_copyGradle;
};