forked from qt-creator/qt-creator
Android: Remove more dead code
Change-Id: Ibaabebb99bd4b92a429c1114b7a0bf4689aa5610 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -41,7 +41,6 @@
|
|||||||
|
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
|
|
||||||
using namespace QmakeAndroidSupport;
|
|
||||||
using namespace QmakeAndroidSupport::Internal;
|
using namespace QmakeAndroidSupport::Internal;
|
||||||
|
|
||||||
const Core::Id AndroidPackageInstallationStep::Id = Core::Id("Qt4ProjectManager.AndroidPackageInstallationStep");
|
const Core::Id AndroidPackageInstallationStep::Id = Core::Id("Qt4ProjectManager.AndroidPackageInstallationStep");
|
||||||
|
@@ -35,9 +35,7 @@
|
|||||||
#include <projectexplorer/buildsteplist.h>
|
#include <projectexplorer/buildsteplist.h>
|
||||||
#include <projectexplorer/projectexplorerconstants.h>
|
#include <projectexplorer/projectexplorerconstants.h>
|
||||||
|
|
||||||
using namespace QmakeAndroidSupport;
|
|
||||||
using namespace QmakeAndroidSupport::Internal;
|
using namespace QmakeAndroidSupport::Internal;
|
||||||
using QmakeProjectManager::QmakeBuildConfiguration;
|
|
||||||
|
|
||||||
int AndroidQmakeBuildConfigurationFactory::priority(const ProjectExplorer::Kit *k, const QString &projectPath) const
|
int AndroidQmakeBuildConfigurationFactory::priority(const ProjectExplorer::Kit *k, const QString &projectPath) const
|
||||||
{
|
{
|
||||||
|
@@ -51,7 +51,6 @@
|
|||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
using namespace Android;
|
using namespace Android;
|
||||||
using namespace QmakeAndroidSupport;
|
|
||||||
using namespace QmakeAndroidSupport::Internal;
|
using namespace QmakeAndroidSupport::Internal;
|
||||||
|
|
||||||
using QmakeProjectManager::QmakeProject;
|
using QmakeProjectManager::QmakeProject;
|
||||||
|
Reference in New Issue
Block a user