Android: Remove QFileInfo use in AndroidAvdManager

Change-Id: Ied226a83fe2c0628430a8e339cde4354f726026c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2022-09-27 10:48:30 +02:00
parent 6ea3aad0a2
commit e4b1c1754c
2 changed files with 14 additions and 24 deletions

View File

@@ -7,8 +7,7 @@
#include <functional>
#include <memory>
namespace Android {
namespace Internal {
namespace Android::Internal {
class AndroidAvdManager
{
@@ -40,5 +39,4 @@ private:
const AndroidConfig &m_config;
};
} // namespace Internal
} // namespace Android
} // Android::Internal