forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user