mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Formatting, minor tweaks
This commit is contained in:
committed by
Roland Winklmeier
parent
a8ab2a37b8
commit
1f3e5c6abf
@@ -121,9 +121,12 @@ namespace BlackSimPlugin
|
||||
//! Set Simconnect object id
|
||||
void setObjectId(DWORD id);
|
||||
|
||||
//! Set Simconnect object id
|
||||
//! Get Simconnect object id
|
||||
DWORD getObjectId() const { return m_objectId; }
|
||||
|
||||
//! Get Simconnect object id
|
||||
QString getObjectIdAsString() const { return QString::number(this->getObjectId()); }
|
||||
|
||||
//! Valid request id?
|
||||
bool hasValidRequestId() const { return m_validRequestId; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user