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