forked from qt-creator/qt-creator
SSH: Implement X11 forwarding
Change-Id: Ia7b15e784cb098bc7c6c6be2748d772192187e97 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -207,6 +207,11 @@ int SshConnection::channelCount() const
|
||||
return d->m_channelManager->channelCount();
|
||||
}
|
||||
|
||||
QString SshConnection::x11DisplayName() const
|
||||
{
|
||||
return d->m_channelManager->x11DisplayName();
|
||||
}
|
||||
|
||||
namespace Internal {
|
||||
|
||||
SshConnectionPrivate::SshConnectionPrivate(SshConnection *conn,
|
||||
|
||||
Reference in New Issue
Block a user