Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2019-05-13 00:42:55 +0300
committerJonathan White <support@dmapps.us>2019-05-20 01:21:34 +0300
commit2ee97ed1912fd068cd3484c439f2582a5d829ef4 (patch)
treeda8d11c7102bb0757de7950e98ac3cf42ac2fa2c /src/core/Translator.h
parent96438a45b452271fa433e6488b85cb2e054c153c (diff)
Code formatting
Diffstat (limited to 'src/core/Translator.h')
-rw-r--r--src/core/Translator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Translator.h b/src/core/Translator.h
index cfc49d710..23a18422c 100644
--- a/src/core/Translator.h
+++ b/src/core/Translator.h
@@ -18,9 +18,9 @@
#ifndef KEEPASSX_TRANSLATOR_H
#define KEEPASSX_TRANSLATOR_H
+#include <QLocale>
#include <QPair>
#include <QString>
-#include <QLocale>
class Translator
{