mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
[FS9] Implement time synchronisation
This commit is contained in:
committed by
Mat Sutcliffe
parent
464528da9a
commit
6a5e59b76a
@@ -66,6 +66,13 @@ namespace BlackSimPlugin
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CFsuipc::setSimulatorTime(int hour, int minute)
|
||||
{
|
||||
Q_UNUSED(hour);
|
||||
Q_UNUSED(minute);
|
||||
return false;
|
||||
}
|
||||
|
||||
QString CFsuipc::getVersion() const
|
||||
{
|
||||
return QStringLiteral("N/A");
|
||||
|
||||
Reference in New Issue
Block a user