summaryrefslogtreecommitdiffstats
path: root/include/InputValidator.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-10 12:59:21 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-10 12:59:21 +0300
commit1bfe48de7512a1f80a721c89127f1491641fd7a7 (patch)
tree0312f020eeff7425e2681a7c6c2c327c28fc05ce /include/InputValidator.h
parented36bdb0376f34496e09320fdf1d2610d28a996e (diff)
Style change again
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;
};