I cannot because the Viewer and the Driver are the different Client-objects:
Qt Code:
void Server::incomingConnection(int socketDescriptor) { Client *client = new Client(this); client->setSocket(socketDescriptor); }To copy to clipboard, switch view to plain text mode
How to get the data from the Client-Driver for the Client-Viewer?




Reply With Quote
Bookmarks