mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02: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:
@@ -157,7 +157,7 @@ void MainObject::ProcessFeed(const QString &key_name)
|
||||
err_msg.toUtf8().constData());
|
||||
}
|
||||
sql=QString("delete from `PODCASTS` where ")+
|
||||
QString().sprintf("`ID`=%u",q->value(0).toUInt());
|
||||
QString::asprintf("`ID`=%u",q->value(0).toUInt());
|
||||
RDSqlQuery::apply(sql);
|
||||
rda->syslog(LOG_INFO,"purged cast %u [%s] from feed \"%s\"",
|
||||
q->value(0).toUInt(),cast->itemTitle().toUtf8().constData(),
|
||||
|
Reference in New Issue
Block a user