mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02: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:
@@ -306,7 +306,8 @@ void ListCasts::addLogData()
|
||||
RDFeed::Error err=RDFeed::ErrorOk;
|
||||
unsigned cast_id=0;
|
||||
|
||||
RDListLogs *d=new RDListLogs(&logname,RDLogFilter::UserFilter,this);
|
||||
RDListLogs *d=
|
||||
new RDListLogs(&logname,RDLogFilter::UserFilter,"RDCastManager",this);
|
||||
if(d->exec()) {
|
||||
RDLogModel *model=new RDLogModel(logname,true,this);
|
||||
model->load();
|
||||
|
Reference in New Issue
Block a user