mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Qt: set Tooltips.h to UTF-8 in order to fix translation with special characters
This commit is contained in:
parent
1bbc60c3e7
commit
382bdcdcb7
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localized tooltips collection class
|
||||||
|
* Due to special characters this file should stay in UTF-8 format
|
||||||
|
*/
|
||||||
class Tooltips : public QObject
|
class Tooltips : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue