mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
Ref T539, tree view can select objects and hence refresh ATIS display
* select signal for tree view * signal/slots and connects
This commit is contained in:
committed by
Mat Sutcliffe
parent
d68726080f
commit
cc6adc6c40
@@ -89,6 +89,9 @@ namespace BlackMisc
|
||||
//! Get callsign.
|
||||
const CCallsign &getCallsign() const { return m_callsign; }
|
||||
|
||||
//! Has callsign?
|
||||
bool hasCallsign() const { return !m_callsign.isEmpty(); }
|
||||
|
||||
//! Get callsign as string.
|
||||
QString getCallsignAsString() const { return m_callsign.asString(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user