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
|