Deskflow 1.25.0.83
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
Enums.h
Go to the documentation of this file.
1/*
2 * Deskflow -- mouse and keyboard sharing utility
3 * SPDX-FileCopyrightText: (C) 2025 Deskflow Developers
4 * SPDX-FileCopyrightText: (C) 2010 - 2018, 2024 - 2025 Symless Ltd.
5 * SPDX-FileCopyrightText: (C) 2002 - 2007 Chris Schoeneman
6 * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
7 */
8
9#pragma once
10
11#include <QObject>
12
13namespace deskflow::client {
14Q_NAMESPACE
22Q_ENUM_NS(ErrorType)
23} // namespace deskflow::client
Definition HelloBack.cpp:16
ErrorType
Definition Enums.h:16
@ AlreadyConnected
Definition Enums.h:18
@ HostnameError
Definition Enums.h:19
@ NoError
Definition Enums.h:17
@ GenericError
Definition Enums.h:20