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:
Fred Gleason
2021-09-01 19:59:37 -04:00
parent 327ceacc06
commit ac594cc68b
298 changed files with 2880 additions and 2879 deletions

View File

@@ -258,7 +258,7 @@ void Am16::ProcessMessage(char *msg,int len)
default:
for(int i=0;i<len;i++) {
str+=QString().sprintf("%02X ",0xFF&msg[i]);
str+=QString::asprintf("%02X ",0xFF&msg[i]);
}
rda->syslog(LOG_DEBUG,
"AM16 driver: received unrecognized MIDI message [%s]",