mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2017-10-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs that broke the build under Windows.
This commit is contained in:
@@ -197,7 +197,8 @@ void PickReportDates::generateData()
|
||||
#ifdef WIN32
|
||||
QString filename=
|
||||
RDDateDecode(report->exportPath(RDReport::Windows),
|
||||
edit_startdate_edit->date(),log_config,edit_svcname);
|
||||
edit_startdate_edit->date(),rdstation_conf,log_config,
|
||||
edit_svcname);
|
||||
#else
|
||||
QString filename=
|
||||
RDDateDecode(report->exportPath(RDReport::Linux),
|
||||
|
Reference in New Issue
Block a user