Skip to content

Commit 7010b74

Browse files
committed
closes ea4k#670
1 parent af4f278 commit 7010b74

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/dataproxy_sqlite.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7259,7 +7259,7 @@ void DataProxy_SQLite::logEvent(const QString &_func, const QString &_msg, Debu
72597259
if (logLevel<=_level)
72607260
emit debugLog (_func, _msg, _level);
72617261
}
7262-
7262+
/*
72637263
QString DataProxy_SQLite::getADIFQSO(const int _qsoId, ExportMode _em)
72647264
{
72657265
// Called from eLogQrzLog::sendQSO just for the QRZ.com QSO send
@@ -7279,6 +7279,7 @@ QString DataProxy_SQLite::getADIFQSO(const int _qsoId, ExportMode _em)
72797279
72807280
return getADIFFromQSOQuery(rec, _em, false, false, -1);
72817281
}
7282+
*/
72827283

72837284
QString DataProxy_SQLite::getADIFValueFromRec(QSqlRecord _rec, const QString &_fieldName)
72847285
{// To refactor the getADIFFromQSOQuery function

src/dataproxy_sqlite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class DataProxy_SQLite : public QObject
312312
QList<PrimarySubdivision> getPrimarySubDivisions(const int _entity, const QString &_pref); // Get the Primary subdivisions for an entity
313313

314314
//void getFoundInLog(const QString &_txt, const int _log=-1);
315-
KLOG_DEPRECATED QString getADIFQSO(const int _qsoId, ExportMode _em = ModeADIF);
315+
//KLOG_DEPRECATED QString getADIFQSO(const int _qsoId, ExportMode _em = ModeADIF);
316316
QString getADIFValueFromRec(QSqlRecord _rec, const QString &_fieldName); // To refactor the getADIFFromQSOQuery function
317317
QString getADIFFromQSOQuery(QSqlRecord _rec, ExportMode _em = ModeADIF, bool _justMarked = false, bool _onlyRequested = false, int _logN = -1);
318318
//QString getADIFFromQSOQuery2(QSqlRecord _rec, ExportMode _em = ModeADIF, bool _justMarked = false, bool _onlyRequested = false, int _logN = -1);

0 commit comments

Comments
 (0)