mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 00:23:33 +02:00
2017-10-14 Fred Gleason <fredg@paravelsystems.com>
* Implemented a '%r' wildcard for Rivendell Host Name.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Export a Rivendell Report to an ASCII Text File.
|
||||
//
|
||||
// (C) Copyright 2012,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2012,2016-2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -41,11 +41,11 @@ bool RDReport::ExportMusicPlayout(const QDate &startdate,const QDate &enddate,
|
||||
QString cart_num;
|
||||
|
||||
#ifdef WIN32
|
||||
QString filename=
|
||||
RDDateDecode(exportPath(RDReport::Windows),startdate,serviceName());
|
||||
QString filename=RDDateDecode(exportPath(RDReport::Windows),startdate,
|
||||
report_config,serviceName());
|
||||
#else
|
||||
QString filename=
|
||||
RDDateDecode(exportPath(RDReport::Linux),startdate,serviceName());
|
||||
QString filename=RDDateDecode(exportPath(RDReport::Linux),startdate,
|
||||
report_config,serviceName());
|
||||
#endif
|
||||
|
||||
QFile file(filename);
|
||||
|
Reference in New Issue
Block a user