mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-09 16:13:49 +02:00
2017-10-03 Fred Gleason <fredg@paravelsystems.com>
* Implemented the '%s' wildcard in the report file path.
This commit is contained in:
@@ -48,9 +48,11 @@ bool RDReport::ExportSoundEx(const QDate &startdate,const QDate &enddate,
|
||||
QString channel_name=stationId();
|
||||
|
||||
#ifdef WIN32
|
||||
QString filename=RDDateDecode(exportPath(RDReport::Windows),startdate);
|
||||
QString filename=
|
||||
RDDateDecode(exportPath(RDReport::Windows),startdate,serviceName());
|
||||
#else
|
||||
QString filename=RDDateDecode(exportPath(RDReport::Linux),startdate);
|
||||
QString filename=
|
||||
RDDateDecode(exportPath(RDReport::Linux),startdate,serviceName());
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user