mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T335, misc. improvements of value classes/list
- verifyModelData - setModelType - getCallsignsAsString
This commit is contained in:
@@ -412,7 +412,7 @@ namespace BlackMisc
|
||||
bool isEnabled() const;
|
||||
|
||||
//! Enabled / disabled
|
||||
void setEnabled(bool enabled) { m_enabled = enabled; }
|
||||
bool setEnabled(bool enabled);
|
||||
|
||||
//! Rendered?
|
||||
bool isRendered() const { return m_rendered; }
|
||||
|
||||
Reference in New Issue
Block a user