Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
SpacesValidator.h
Go to the documentation of this file.
1/*
2 * Deskflow -- mouse and keyboard sharing utility
3 * SPDX-FileCopyrightText: (C) 2021 Symless Ltd.
4 * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5 */
6
7#pragma once
8
9#include "IStringValidator.h"
10
11namespace validators {
12
14{
15public:
16 explicit SpacesValidator(const QString &message);
17 bool validate(const QString &input) const override;
18};
19
20} // namespace validators
bool validate(const QString &input) const override
Definition SpacesValidator.cpp:16
SpacesValidator(const QString &message)
Definition SpacesValidator.cpp:11
Definition AliasValidator.cpp:14