Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
ClientApp.cpp File Reference
#include "deskflow/ClientApp.h"
#include "arch/Arch.h"
#include "base/Event.h"
#include "base/IEventQueue.h"
#include "base/Log.h"
#include "client/Client.h"
#include "common/Constants.h"
#include "deskflow/ArgParser.h"
#include "deskflow/ClientArgs.h"
#include "deskflow/ProtocolTypes.h"
#include "deskflow/Screen.h"
#include "deskflow/XScreen.h"
#include "net/NetworkAddress.h"
#include "net/SocketMultiplexer.h"
#include "net/TCPSocketFactory.h"
#include "net/XSocket.h"
#include "platform/Wayland.h"
#include <QFileInfo>
#include <memory>
#include <sstream>
#include <stdio.h>
Include dependency graph for ClientApp.cpp:

Functions

static int daemonMainLoopStatic (int argc, const char **argv)

Variables

static constexpr auto s_retryTime = 1.0

Function Documentation

◆ daemonMainLoopStatic()

int daemonMainLoopStatic ( int argc,
const char ** argv )
static

Variable Documentation

◆ s_retryTime

auto s_retryTime = 1.0
staticconstexpr