Android: Transform AndroidDeviceManager into namespace

Change-Id: I92f5ea325dfcb2a11b0fde14b797c5d40bf47d0b
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Jarek Kobus
2024-05-22 15:20:58 +02:00
parent ccd6872608
commit f450610a6f
4 changed files with 185 additions and 188 deletions

View File

@@ -1542,8 +1542,7 @@ void AndroidConfigurations::updateAndroidDevice()
IDevice::ConstPtr dev = devMgr->find(Constants::ANDROID_DEVICE_ID);
if (dev)
devMgr->removeDevice(dev->id());
AndroidDeviceManager::instance()->setupDevicesWatcher();
AndroidDeviceManager::setupDevicesWatcher();
}
#ifdef WITH_TESTS