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

* Cleaned up compiler warnings in 'rdselect/'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2025-04-26 17:57:13 -04:00
parent 36efa3e50a
commit cc43d5bc42
2 changed files with 4 additions and 2 deletions

View File

@@ -25004,3 +25004,5 @@
* Cleaned up compiler warnings in 'rdmonitor/'.
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'rdpanel/'.
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'rdselect/'.

View File

@@ -2,7 +2,7 @@
//
// System Selector for Rivendell
//
// (C) Copyright 2012-2021 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2012-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
@@ -207,7 +207,7 @@ void MainWidget::okData()
}
QStringList f0=select_configs[rows.first().row()]->filename().
split("/",QString::SkipEmptyParts);
split("/",Qt::SkipEmptyParts);
args.push_back(f0.last());
proc=new QProcess(this);
proc->start(QString(RD_PREFIX)+"/bin/rdselect_helper",args);