mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2022-09-27 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDLogFilter::filterServiceName()' and 'RDLogFilter::filterText()' methods. * Modified rdlogedit(1) when creating a new log to default the 'Service' dropdown in the 'Add Log' dialog to the currently selected service. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -123,6 +123,18 @@ QSizePolicy RDLogFilter::sizePolicy() const
|
||||
}
|
||||
|
||||
|
||||
QString RDLogFilter::filterServiceName() const
|
||||
{
|
||||
return filter_service_box->currentText();
|
||||
}
|
||||
|
||||
|
||||
QString RDLogFilter::filterText() const
|
||||
{
|
||||
return filter_filter_edit->text();
|
||||
}
|
||||
|
||||
|
||||
QString RDLogFilter::whereSql() const
|
||||
{
|
||||
QString sql="";
|
||||
|
Reference in New Issue
Block a user