2025-04-26 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up compiler warnings in 'web/rdxport/'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2025-04-26 18:46:00 -04:00
parent b9794fb557
commit 4c46bf84b1
2 changed files with 4 additions and 2 deletions

View File

@ -25026,3 +25026,5 @@
* Cleaned up compiler warnings in 'utils/rdsinglestart/'.
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'utils/rdsoftkeys/'.
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'web/rdxport/'.

View File

@ -2,7 +2,7 @@
//
// Rivendell web service portal -- Podcast services
//
// (C) Copyright 2010-2023 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2010-2025 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -917,7 +917,7 @@ void Xport::RemoveImage() // Remove podcast image from the remote archive
void Xport::RunCdnScript(const QString &cmd,const QStringList &args)
{
QStringList f0=cmd.split("/",QString::KeepEmptyParts);
QStringList f0=cmd.split("/",Qt::KeepEmptyParts);
f0.removeLast();
QProcess *proc=new QProcess(this);
QProcessEnvironment env=QProcessEnvironment::systemEnvironment();