summary refs log tree commit diff
path: root/include/InputValidator.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-16 21:46:45 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-16 21:46:45 +0300
commit6553aa61a1d99bc90f29cec636ed1c68fb2122b9 (patch)
treeee8663371ea996c26ae5e7a99ce64658e84f9ab1 /include/InputValidator.h
parentAdd geometry animation on emoji picker (diff)
downloadnheko-6553aa61a1d99bc90f29cec636ed1c68fb2122b9.tar.xz
Replace include guards with #pragma once
Diffstat (limited to 'include/InputValidator.h')
-rw-r--r--include/InputValidator.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/InputValidator.h b/include/InputValidator.h

index 347ded9b..0d3e52ab 100644 --- a/include/InputValidator.h +++ b/include/InputValidator.h
@@ -15,8 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MATRIX_INPUT_VALIDATOR_H -#define MATRIX_INPUT_VALIDATOR_H +#pragma once #include <QRegExp> #include <QRegExpValidator> @@ -30,5 +29,3 @@ public: static QRegExpValidator Password; static QRegExpValidator Domain; }; - -#endif // MATRIX_INPUT_VALIDATOR_H