mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2020-12-27 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'RDListLogs' dialog to use 'RDLogListModel'. * Added a 'caption' argument to the constructor of the 'RDListLogs' dialog. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1167,7 +1167,7 @@ void EditRDAirPlay::selectData()
|
||||
{
|
||||
QString logname=air_startlog_edit->text();
|
||||
|
||||
RDListLogs *ll=new RDListLogs(&logname,RDLogFilter::NoFilter,this);
|
||||
RDListLogs *ll=new RDListLogs(&logname,RDLogFilter::NoFilter,"RDAdmin",this);
|
||||
if(ll->exec()) {
|
||||
air_startlog_edit->setText(logname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user