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