forked from qt-creator/qt-creator
android: remove unneeded enums, declarations and associated code
Change-Id: I8ec2b90ccfe1498f4188b50624f77436c1c1a492 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -39,10 +39,8 @@
|
||||
namespace Android {
|
||||
namespace Internal {
|
||||
|
||||
class AndroidDeviceConfigListModel;
|
||||
class AndroidDeployStep;
|
||||
class AndroidRunConfigurationFactory;
|
||||
class AndroidToolChain;
|
||||
|
||||
class AndroidRunConfiguration : public ProjectExplorer::RunConfiguration
|
||||
{
|
||||
@@ -50,13 +48,6 @@ class AndroidRunConfiguration : public ProjectExplorer::RunConfiguration
|
||||
friend class AndroidRunConfigurationFactory;
|
||||
|
||||
public:
|
||||
enum BaseEnvironmentBase {
|
||||
CleanEnvironmentBase = 0,
|
||||
SystemEnvironmentBase = 1
|
||||
};
|
||||
|
||||
enum DebuggingType { DebugCppOnly, DebugQmlOnly, DebugCppAndQml };
|
||||
|
||||
AndroidRunConfiguration(ProjectExplorer::Target *parent, Core::Id id, const QString &path);
|
||||
|
||||
QWidget *createConfigurationWidget();
|
||||
@@ -68,8 +59,6 @@ public:
|
||||
AndroidConfig config() const;
|
||||
QString proFilePath() const;
|
||||
|
||||
DebuggingType debuggingType() const;
|
||||
|
||||
const Utils::FileName gdbCmd() const;
|
||||
const QString remoteChannel() const;
|
||||
const QString dumperLib() const;
|
||||
|
||||
Reference in New Issue
Block a user