From 382bdcdcb7e1a25a6b9ca041f10045e930661111 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Thu, 6 Feb 2020 14:21:17 +0100 Subject: [PATCH] Qt: set Tooltips.h to UTF-8 in order to fix translation with special characters --- rpcs3/rpcs3qt/tooltips.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/tooltips.h b/rpcs3/rpcs3qt/tooltips.h index 1feccb8d36..22e561cc1a 100644 --- a/rpcs3/rpcs3qt/tooltips.h +++ b/rpcs3/rpcs3qt/tooltips.h @@ -1,8 +1,12 @@ -#pragma once +#pragma once #include #include +/** + * Localized tooltips collection class + * Due to special characters this file should stay in UTF-8 format + */ class Tooltips : public QObject { Q_OBJECT