--- a/filemanager.h	2020-02-01 10:34:21.000000000 +0000
+++ b/filemanager.h	2020-03-13 12:42:47.639055539 +0000
@@ -80,7 +80,7 @@
 
 
 private:
-    bool adifLogExportToFile(const QString& _fileName, const int _logN=0, bool justMarked = false, bool _qslRequested = false, bool _lotw=false);
+    bool adifLogExportToFile(const QString& _fileName, const int _logN, bool justMarked, bool _qslRequested, bool _lotw);
     bool cabrilloLogExportToFile(const QString& _fileName, const int logNconst);
     bool cabrilloLogExportCQWWToFile(const QString& _fileName, const int logNconst);
     //bool adifCheckMoreThanOneLog(QFile &_f);
--- a/filemanager.cpp	2020-02-01 10:34:21.000000000 +0000
+++ b/filemanager.cpp	2020-03-13 12:45:25.093621891 +0000
@@ -2969,7 +2969,7 @@
 
 bool FileManager::adifLogExportMarked(const QString& _fileName)
 {    
-    return adifLogExportToFile(_fileName, 0, true, false);
+    return adifLogExportToFile(_fileName, 0, true, false, false);
 }
 
 /*
@@ -4908,7 +4908,7 @@
 
 bool FileManager::adifReqQSLExport(const QString& _fileName)
 {
-    return adifLogExportToFile(_fileName, 0, false, true);
+    return adifLogExportToFile(_fileName, 0, false, true, false);
 }
 
 
