mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
7d068cf979
commit
548a12a502
@@ -32,7 +32,7 @@ namespace BlackSimPlugin
|
||||
//! Destructor
|
||||
virtual ~CFsuipc() override;
|
||||
|
||||
//! Open conenction with FSUIPC
|
||||
//! Open connection with FSUIPC
|
||||
bool open(bool force = false);
|
||||
|
||||
//! Disconnect
|
||||
|
||||
@@ -562,7 +562,7 @@ namespace BlackSimPlugin
|
||||
|
||||
void CFsuipc::timerEvent(QTimerEvent *event)
|
||||
{
|
||||
Q_UNUSED(event);
|
||||
Q_UNUSED(event)
|
||||
processWeatherMessages();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user