mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2020-12-15 Fred Gleason <fredg@paravelsystems.com>
* Added a right-click menu to the 'Edit Log' dialog in rdlogedit(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1020,6 +1020,19 @@ QString RDLogModel::xml() const
|
||||
}
|
||||
|
||||
|
||||
void RDLogModel::setTransition(int line,RDLogLine::TransType trans)
|
||||
{
|
||||
RDLogLine *ll=NULL;
|
||||
|
||||
if((ll=logLine(line))!=NULL) {
|
||||
if(ll->transType()!=trans) {
|
||||
ll->setTransType(trans);
|
||||
emitDataChanged(line);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void RDLogModel::processNotification(RDNotification *notify)
|
||||
{
|
||||
RDLogLine *ll=NULL;
|
||||
|
||||
Reference in New Issue
Block a user