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

@@ -42,7 +42,7 @@ void OBSClient::setSlidesVisible(bool state) {
}
void OBSClient::setBaseUrl() {
const auto [host, port] = getOBSConnectionData();
auto const [host, port] = getOBSConnectionData();
m_baseUrl = QString("http://%1:%2").arg(host, QString::number(port));
}