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

index 0d3e52ab..4f77033e 100644 --- a/include/InputValidator.h +++ b/include/InputValidator.h
@@ -23,9 +23,9 @@ class InputValidator { public: - // Validators for the different types of input. - static QRegExpValidator Id; - static QRegExpValidator Localpart; - static QRegExpValidator Password; - static QRegExpValidator Domain; + // Validators for the different types of input. + static QRegExpValidator Id; + static QRegExpValidator Localpart; + static QRegExpValidator Password; + static QRegExpValidator Domain; };