Show the version running when connecting to incompatible remote server

This commit is contained in:
baldurk
2022-10-03 20:10:41 +01:00
parent 17e2271030
commit 39920c1b71
7 changed files with 67 additions and 9 deletions
@@ -222,6 +222,11 @@ bool RemoteHost::IsVersionMismatch() const
return false;
}
rdcstr RemoteHost::VersionMismatchError() const
{
return rdcstr();
}
rdcstr RemoteHost::FriendlyName() const
{
return rdcstr();