mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-03-25 Fred Gleason <fredg@paravelsystems.com>
* Added support for notifications to rdlogmanager(1).
This commit is contained in:
@@ -21,14 +21,15 @@
|
||||
#ifndef GENERATE_LOG_H
|
||||
#define GENERATE_LOG_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qsqldatabase.h>
|
||||
#include <qlabel.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qdatetimeedit.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qprogressdialog.h>
|
||||
#include <qdatetimeedit.h>
|
||||
#include <qdialog.h>
|
||||
#include <qlabel.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qprogressdialog.h>
|
||||
#include <qpushbutton.h>
|
||||
|
||||
#include <rdnotification.h>
|
||||
|
||||
#define GENERATE_LOG_FILESCAN_INTERVAL 5000
|
||||
|
||||
@@ -55,6 +56,7 @@ class GenerateLog : public QDialog
|
||||
|
||||
private:
|
||||
void UpdateControls();
|
||||
void SendNotification(RDNotification::Action action,const QString &logname);
|
||||
QLabel *gen_service_label;
|
||||
QComboBox *gen_service_box;
|
||||
QLabel *gen_date_label;
|
||||
|
||||
Reference in New Issue
Block a user