mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2019-12-10 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDTextViewer()' function. * Added the ability to view a report at time of generation in rdlogmanager(1).
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
#include <rddialog.h>
|
||||
|
||||
#include "viewreportdialog.h"
|
||||
|
||||
class PickReportDates : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -46,6 +48,7 @@ class PickReportDates : public RDDialog
|
||||
QDateEdit *edit_startdate_edit;
|
||||
QDateEdit *edit_enddate_edit;
|
||||
QString edit_svcname;
|
||||
ViewReportDialog *edit_viewreport_dialog;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user