forked from qt-creator/qt-creator
Android: Remove unneeded declarations
Change-Id: I186bd2b35b5c247639b2bb50f65f81499795f31c Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user