mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 06:01:15 +02:00
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
* Reverted the following changes: 2022-03-09 Fred Gleason <fredg@paravelsystems.com> * Fixed a regression in rdlogedit(1) that caused events from previously viewed logs to be prepended to subsequent logs viewed during the same session. 2022-03-09 Fred Gleason <fredg@paravelsystems.com> * Refactored the 'RDAddLog' dialog to allow for instance reuse. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -36,15 +36,12 @@ class RDAddLog : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RDAddLog(RDLogFilter::FilterMode mode,const QString &caption,
|
||||
QWidget *parent=0);
|
||||
RDAddLog(QString *logname,QString *svcname,RDLogFilter::FilterMode mode,
|
||||
const QString &caption,QWidget *parent=0);
|
||||
~RDAddLog();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
|
||||
public slots:
|
||||
int exec(QString *logname,QString *svcname);
|
||||
|
||||
private slots:
|
||||
void okData();
|
||||
void cancelData();
|
||||
@@ -60,7 +57,6 @@ class RDAddLog : public RDDialog
|
||||
QPushButton *add_cancel_button;
|
||||
QString *log_name;
|
||||
QString *log_svc;
|
||||
RDLogFilter::FilterMode log_filter_mode;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user