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:
Fred Gleason
2020-12-27 11:37:30 -05:00
parent eb231539f6
commit bb5da3950f
13 changed files with 51 additions and 166 deletions

View File

@@ -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();