summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/InputValidator.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/include/InputValidator.h b/include/InputValidator.h
deleted file mode 100644

index da1c121e..00000000 --- a/include/InputValidator.h +++ /dev/null
@@ -1,30 +0,0 @@ -/* - * nheko Copyright (C) 2017 Konstantinos Sideris <siderisk@auth.gr> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#pragma once - -#include <QRegExpValidator> - -class InputValidator -{ -public: - // Validators for the different types of input. - static QRegExpValidator Id; - static QRegExpValidator Localpart; - static QRegExpValidator Password; - static QRegExpValidator Domain; -};