| 18 | } |
| 19 | |
| 20 | quint32 PanadapterModel::wfStreamId() const |
| 21 | { |
| 22 | bool ok = false; |
| 23 | quint32 id = m_waterfallId.toUInt(&ok, 0); // base 0: auto-detect 0x prefix |
| 24 | return ok ? id : 0; |
| 25 | } |
| 26 | |
| 27 | void PanadapterModel::setWaterfallId(const QString& id) |
| 28 | { |
no outgoing calls
no test coverage detected