Home
last modified time | relevance | path

Searched refs:getCallFromId (Results 1 – 4 of 4) sorted by relevance

/dports/comms/klog/klog-1.8.5/src/
H A Ddataproxy_sqlite.h146 QString getCallFromId(const int _qsoId);
H A Dsearchwidget.cpp244 QString _qrz = dataProxy->getCallFromId(QSOid); in slotQsoDeleteFromSearch()
H A Dmainwindow.cpp2790 QString _qrz = dataProxy->getCallFromId(QSOid); in slotQSODelete()
H A Ddataproxy_sqlite.cpp1794 QString DataProxy_SQLite::getCallFromId(const int _qsoId) in getCallFromId() function in DataProxy_SQLite