Ref T180, formatting

This commit is contained in:
Klaus Basan
2017-11-06 22:11:38 +01:00
parent 6273892b84
commit 822ef11c02
12 changed files with 66 additions and 63 deletions

View File

@@ -105,13 +105,13 @@ namespace BlackSimPlugin
//! Adding is confirmed
bool isConfirmedAdded() const;
//! Marked as confirmed
//! Marked as confirmed, means the simulator has "confirmed" the objectId as added and not instantly removed the object
void setConfirmedAdded(bool confirm);
//! Removing is pending
bool isPendingRemoved() const { return m_pendingRemoved; }
//! Marked as confirmed
//! Marked as pending for removal
void setPendingRemoved(bool pending);
//! VTOL?