mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added log locking logic to the voice tracker in rdlogedit(1).
This commit is contained in:
@@ -455,8 +455,9 @@ void MainWidget::editData()
|
||||
return;
|
||||
}
|
||||
|
||||
std::vector<QString> newlogs;
|
||||
EditLog *log=new EditLog(items.at(0)->text(1),&log_filter,&log_group,&log_schedcode,
|
||||
std::vector<QString> newlogs;
|
||||
EditLog *log=
|
||||
new EditLog(items.at(0)->text(1),&log_filter,&log_group,&log_schedcode,
|
||||
&log_clipboard,&newlogs,this);
|
||||
log->exec();
|
||||
delete log;
|
||||
|
||||
Reference in New Issue
Block a user