2020-12-26 Fred Gleason <fredg@paravelsystems.com>

* Removed 'ListListViewItem' class from rdlogedit(1).
	* Removed 'LogListView' class from rdlogedit(1).
	* Removed dependency on 'Q3DateEdit' from rdlogedit(1).
	* Removed dependency on 'Q3PointArray' from rdlogedit(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-12-26 20:36:11 -05:00
parent c27e953186
commit 8b7bb369d6
13 changed files with 27 additions and 361 deletions

View File

@@ -21,7 +21,7 @@
#ifndef LIST_REPORTS_H
#define LIST_REPORTS_H
#include <q3datetimeedit.h>
#include <qdatetimeedit.h>
#include <qcombobox.h>
@@ -57,7 +57,7 @@ class ListReports : public RDDialog
QDate list_end_date;
bool list_auto_refresh;
RDLogModel *list_model;
Q3DateEdit *list_date_edit;
QDateEdit *list_date_edit;
};