aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidpackageinstallationstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-06-25 09:31:42 +0200
committerhjk <hjk@qt.io>2019-06-25 12:41:27 +0000
commit1d2a15e1438502313a8c456be7bc0e9feeb9c989 (patch)
tree9b70e44d4903b4969c15f6db673623ef563c93ac /src/plugins/android/androidpackageinstallationstep.h
parentcc10788d60a704585f6a0304624b0d005baa1405 (diff)
Android: Remove unneeded declarations
Change-Id: I186bd2b35b5c247639b2bb50f65f81499795f31c Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
Diffstat (limited to 'src/plugins/android/androidpackageinstallationstep.h')
-rw-r--r--src/plugins/android/androidpackageinstallationstep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/android/androidpackageinstallationstep.h b/src/plugins/android/androidpackageinstallationstep.h
index 0747f77c0b..977d7a23f0 100644
--- a/src/plugins/android/androidpackageinstallationstep.h
+++ b/src/plugins/android/androidpackageinstallationstep.h
@@ -31,12 +31,10 @@
#include <projectexplorer/abstractprocessstep.h>
namespace Android {
-namespace Internal { class AndroidPackageInstallationFactory; }
class ANDROID_EXPORT AndroidPackageInstallationStep : public ProjectExplorer::AbstractProcessStep
{
Q_OBJECT
- friend class Internal::AndroidPackageInstallationFactory;
public:
explicit AndroidPackageInstallationStep(ProjectExplorer::BuildStepList *bsl);