mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01: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:
@@ -50,7 +50,7 @@ ListLogs::ListLogs(LogPlay *log,QWidget *parent)
|
||||
// Filter Widget
|
||||
//
|
||||
list_filter_widget=
|
||||
new RDLogFilter(RDLogFilter::StationFilter,rda->user(),rda->config(),this);
|
||||
new RDLogFilter(RDLogFilter::StationFilter,this);
|
||||
connect(list_filter_widget,SIGNAL(filterChanged(const QString &)),
|
||||
this,SLOT(filterChangedData(const QString &)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user