Minor build fixes for OPI5

This commit is contained in:
Tuomas Järvinen
2024-07-04 12:11:05 +03:00
parent ad58ac34b8
commit ed53266ca3
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ void RemoteControl::sendResponse(void)
if (bytesWritten < 1) {
qWarning().noquote().nospace() << "Error writing response: " << bytesWritten;
}
qDebug().noquote().nospace() << "Responded: " << response;
qDebug().noquote().nospace() << "Responded: " << response.c_str();
mIsBusy = false;
}