Home
last modified time | relevance | path

Searched refs:getQSOsListLoTWToSend (Results 1 – 3 of 3) sorted by relevance

/dports/comms/klog/klog-1.8.5/src/widgets/
H A Dadiflotwexportwidget.cpp190 …qsos.append(dataProxy->getQSOsListLoTWToSend(QString(), startDate->date(), endDate->date(), justQu… in fillTable()
195 …qsos.append(dataProxy->getQSOsListLoTWToSend("ALL", startDate->date(), endDate->date(), justQueued… in fillTable()
218 …qsos.append(dataProxy->getQSOsListLoTWToSend (stationCallsignComboBox->currentText(), startDate->d… in fillTable()
/dports/comms/klog/klog-1.8.5/src/
H A Ddataproxy_sqlite.h178 …QList<int> getQSOsListLoTWToSend(const QString &_stationCallsign, const QDate &_startDate, const Q…
H A Ddataproxy_sqlite.cpp3343 QList<int> DataProxy_SQLite::getQSOsListLoTWToSend(const QString &_stationCallsign, const QDate &_s… in getQSOsListLoTWToSend() function in DataProxy_SQLite