mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDListLogs class to use RDApplication. * Converted rdadmin(1) to use RDApplication.
This commit is contained in:
@@ -291,7 +291,7 @@ void EditChain::selectLogData()
|
||||
QString logname;
|
||||
|
||||
RDListLogs *d=
|
||||
new RDListLogs(&logname,RDLogFilter::UserFilter,rda->user(),rda->config(),this);
|
||||
new RDListLogs(&logname,RDLogFilter::UserFilter,this);
|
||||
if(d->exec()!=0) {
|
||||
delete d;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user