mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 15:12:34 +02:00
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'rdcatch/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
0a1844d19e
commit
c8ea4e8c86
@ -24990,3 +24990,5 @@
|
||||
* Cleaned up compiler warnings in 'rdadmin/'.
|
||||
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compiler warnings in 'rdairplay/'.
|
||||
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compiler warnings in 'rdcatch/'.
|
||||
|
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Widget for setting basic event parameters in rdcatch(1)
|
||||
//
|
||||
// (C) Copyright 2022 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2022-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
|
||||
@ -253,7 +253,7 @@ void EventWidget::fromRecording(unsigned record_id)
|
||||
|
||||
void EventWidget::locationActivatedData(const QString &str)
|
||||
{
|
||||
QStringList f0=str.split(":",QString::KeepEmptyParts);
|
||||
QStringList f0=str.split(":",Qt::KeepEmptyParts);
|
||||
|
||||
switch(f0.size()) {
|
||||
case 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user