mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 09:10:16 +01:00
2022-12-06 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Generate Log' dialog in rdlogmanager(1) to require the target service to be selected explicitly. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1393,6 +1393,14 @@ void RDLogLine::setExtData(const QString &data)
|
||||
}
|
||||
|
||||
|
||||
QString RDLogLine::linkSummaryText() const
|
||||
{
|
||||
return QObject::tr("Name")+": "+linkEventName()+", "+
|
||||
QObject::tr("Start")+": "+linkStartTime().toString("hh:mm:ss")+", "+
|
||||
QObject::tr("Len")+": "+RDGetTimeLength(linkLength(),false,false);
|
||||
}
|
||||
|
||||
|
||||
QString RDLogLine::extEventId() const
|
||||
{
|
||||
return log_ext_event_id;
|
||||
|
||||
Reference in New Issue
Block a user