forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/11.0'
Change-Id: Ie4b1f249d1a5b7835022f367ee6b1c8a3c953f0b
This commit is contained in:
@@ -2169,6 +2169,11 @@ DocumentUri Client::hostPathToServerUri(const Utils::FilePath &path) const
|
||||
});
|
||||
}
|
||||
|
||||
OsType Client::osType() const
|
||||
{
|
||||
return d->m_serverDeviceTemplate.osType();
|
||||
}
|
||||
|
||||
void Client::registerCustomMethod(const QString &method, const CustomMethodHandler &handler)
|
||||
{
|
||||
d->m_customHandlers.insert(method, handler);
|
||||
|
||||
Reference in New Issue
Block a user