Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include <QGuiApplication>
#include <QProcess>
#include <QScreen>
#include "vncserver.h"
#include "../util/util.h"
#include "../../shared/util.h"
Go to the source code of this file.
Classes | |
struct | Sleeper |
Ugly hack to get an el-cheapo platform independent sleep. More... | |
Functions | |
static QString | makePassword (int len=10) |
makePassword More... | |
|
static |
makePassword
len |
Definition at line 37 of file vncserver.cpp.