[FS9] Implement time synchronisation

This commit is contained in:
Roland Rossgotterer
2019-03-12 16:26:34 +01:00
committed by Mat Sutcliffe
parent 464528da9a
commit 6a5e59b76a
5 changed files with 51 additions and 0 deletions

View File

@@ -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");