Android: Add/Remove Android Device on configuring android sdk path

Task-number: QTCREATORBUG-9017

Change-Id: I5adf4be57b76cf8d0f8e0afebe9540a9f92a29a2
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Daniel Teske
2013-03-27 15:49:11 +01:00
parent 5a3dfb767f
commit befd041dbd
4 changed files with 15 additions and 6 deletions

View File

@@ -33,9 +33,8 @@
#include <projectexplorer/devicesupport/idevice.h>
namespace Android {
class AndroidPlugin; // needed for friend declaration
namespace Internal {
class AndroidConfigurations; // needed for friend declaration
class AndroidDevice : public ProjectExplorer::IDevice
{
@@ -52,7 +51,7 @@ public:
protected:
friend class AndroidDeviceFactory;
friend class Android::AndroidPlugin;
friend class AndroidConfigurations;
AndroidDevice();
AndroidDevice(const AndroidDevice &other);
};