mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up deprecation warnings for 'QString::sprintf()'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -115,7 +115,7 @@ void BtSentinel4Web::processCommand(RDMacro *cmd)
|
||||
msg="*0MA";
|
||||
}
|
||||
else {
|
||||
msg=QString().sprintf("*0%02u",input);
|
||||
msg=QString::asprintf("*0%02u",input);
|
||||
}
|
||||
bt_socket->write(msg.toUtf8());
|
||||
cmd->acknowledge(true);
|
||||
|
||||
Reference in New Issue
Block a user