/* * Deskflow -- mouse and keyboard sharing utility * SPDX-FileCopyrightText: (C) 2025 Chris Rizzitello * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception */ #include class ServerTests : public QObject { Q_OBJECT private Q_SLOTS: void SwitchToScreenInfo_alloc_screen(); void KeyboardBroadcastInfo_alloc_stateAndSceens(); };