From 04931d80789a860c912358fd8c706585bb82a613 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Tue, 20 May 2014 16:05:02 +0200 Subject: Make vnc credentials completely private to client. Make VNCConnect work client-internally only. Drop Client::computerID() (equivalent to Client::ip() XD ) --- src/server/connectionframe/connectionframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/connectionframe') diff --git a/src/server/connectionframe/connectionframe.cpp b/src/server/connectionframe/connectionframe.cpp index 75d24a4..b772231 100644 --- a/src/server/connectionframe/connectionframe.cpp +++ b/src/server/connectionframe/connectionframe.cpp @@ -146,7 +146,7 @@ void ConnectionFrame::assignClient(Client* client) connect( client, SIGNAL(vncClientStateChange(Client*, int)), this, SLOT(onVncClientStateChange(Client*, int)) ); _client = client; - _computerId = client->computerId(); + _computerId = client->ip(); _lblHostName->setText(client->ip()); _lblHostName->setToolTip(client->host()); _lblUserName->setText(client->name()); -- cgit v1.2.3-55-g7522