mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-03-06 14:35:27 +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:
@@ -149,7 +149,7 @@ QString RDLogFilter::whereSql() const
|
||||
}
|
||||
}
|
||||
if(filter_recent_check->isChecked()) {
|
||||
sql+=QString().sprintf("order by `LOGS`.`ORIGIN_DATETIME` desc limit %d",
|
||||
sql+=QString::asprintf("order by `LOGS`.`ORIGIN_DATETIME` desc limit %d",
|
||||
RD_LOGFILTER_LIMIT_QUAN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user