mirror of
https://github.com/gtalent/sc9k.git
synced 2025-12-26 09:51:32 -06:00
Switch autos to east const
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user