Switch autos to east const

This commit is contained in:
2023-07-21 01:19:07 -05:00
parent 814cef4a2e
commit bc342a290f
7 changed files with 35 additions and 35 deletions

View File

@@ -26,7 +26,7 @@ void CameraClient::setPreset(int preset) {
}
void CameraClient::setBaseUrl() {
const auto [host, port] = getCameraConnectionData();
auto const [host, port] = getCameraConnectionData();
m_baseUrl = QString("http://%1:%2").arg(host, QString::number(port));
}