mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
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:
@@ -25004,3 +25004,5 @@
|
|||||||
* Cleaned up compiler warnings in 'rdmonitor/'.
|
* Cleaned up compiler warnings in 'rdmonitor/'.
|
||||||
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Cleaned up compiler warnings in 'rdpanel/'.
|
* Cleaned up compiler warnings in 'rdpanel/'.
|
||||||
|
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Cleaned up compiler warnings in 'rdselect/'.
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// System Selector for Rivendell
|
// 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
|
// 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
|
// 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().
|
QStringList f0=select_configs[rows.first().row()]->filename().
|
||||||
split("/",QString::SkipEmptyParts);
|
split("/",Qt::SkipEmptyParts);
|
||||||
args.push_back(f0.last());
|
args.push_back(f0.last());
|
||||||
proc=new QProcess(this);
|
proc=new QProcess(this);
|
||||||
proc->start(QString(RD_PREFIX)+"/bin/rdselect_helper",args);
|
proc->start(QString(RD_PREFIX)+"/bin/rdselect_helper",args);
|
||||||
|
Reference in New Issue
Block a user