diff --git a/ChangeLog b/ChangeLog index 99f123a5..f42db744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25016,3 +25016,5 @@ * Cleaned up compiler warnings in 'utils/rdclilogedit/'. 2025-04-26 Fred Gleason * Cleaned up compiler warnings in 'utils/rddbmgr/'. +2025-04-26 Fred Gleason + * Cleaned up compiler warnings in 'utils/rdexport/'. diff --git a/utils/rdexport/rdexport.cpp b/utils/rdexport/rdexport.cpp index 1232d3d1..729f8083 100644 --- a/utils/rdexport/rdexport.cpp +++ b/utils/rdexport/rdexport.cpp @@ -2,7 +2,7 @@ // // A Batch Exporter for Rivendell. // -// (C) Copyright 2016-2023 Fred Gleason +// (C) Copyright 2016-2025 Fred Gleason // // 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 @@ -485,7 +485,7 @@ void MainObject::ExportCut(RDCart *cart,RDCut *cut) printf("%s\n",(const char *)f0.at(f0.size()-1).toUtf8()); if(export_xml) { FILE *f=NULL; - f0=conv->destinationFile().split(".",QString::KeepEmptyParts); + f0=conv->destinationFile().split(".",Qt::KeepEmptyParts); QString filename; for(int i=0;i