Skip to content

Commit

Permalink
Examples: adds description to Qt example
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmorais committed Apr 2, 2024
1 parent 4137cab commit c4c26ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/client/qt5client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
* Boston, MA 02111-1307, USA.
*/

/*
* This is an example on how to make a simple VNC client with
* Qt5 Widgets. It suitable for desktop apps, but may not be
* good for mobile.
* It does not implement any form of cryptography,
* authentication support, client-side cursors or framebuffer
* resizing. If you want to make this a part of your
* application, please notice that you may need to change
* the while(true) loop to disconnect the client.
*/

#include <QApplication>
#include <iostream>
#include <thread>
Expand Down

0 comments on commit c4c26ec

Please sign in to comment.