AndroidSdkDownloader: Do some reformatting

Use #pragma once.
Use Android::Internal namespace.

Change-Id: Ic5ceef259fb2c333448f2ed48a10645d6945c029
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Jarek Kobus
2023-06-07 10:47:13 +02:00
parent 27b630c3ab
commit c276a896b8
2 changed files with 6 additions and 15 deletions

View File

@@ -16,12 +16,9 @@
using namespace Utils;
namespace {
Q_LOGGING_CATEGORY(sdkDownloaderLog, "qtc.android.sdkDownloader", QtWarningMsg)
}
namespace { Q_LOGGING_CATEGORY(sdkDownloaderLog, "qtc.android.sdkDownloader", QtWarningMsg) }
namespace Android {
namespace Internal {
namespace Android::Internal {
/**
* @class SdkDownloader
* @brief Download Android SDK tools package from within Qt Creator.
@@ -194,5 +191,4 @@ void AndroidSdkDownloader::downloadFinished(QNetworkReply *reply)
reply->deleteLater();
}
} // Internal
} // Android
} // namespace Android::Internal