mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2022-12-08 Fred Gleason <fredg@paravelsystems.com>
* Implemented column sorting for log lists in rdadmin(1),rdairplay(1), rdcastmanager(1) and rdlogedit(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -42,12 +42,13 @@ class RDLogFilter : public QWidget
|
||||
QString filterServiceName() const;
|
||||
QString filterText() const;
|
||||
QString whereSql() const;
|
||||
QString limitSql() const;
|
||||
|
||||
public slots:
|
||||
void changeUser();
|
||||
|
||||
signals:
|
||||
void filterChanged(const QString &where_sql);
|
||||
void filterChanged(const QString &where_sql,const QString &limit_sql);
|
||||
|
||||
private slots:
|
||||
void filterChangedData(const QString &str);
|
||||
|
||||
Reference in New Issue
Block a user