mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-13 05:05:57 +00:00
clang fix
This commit is contained in:
parent
0e2f414cb6
commit
dbaf2cc38e
7 changed files with 8 additions and 9 deletions
|
@ -360,7 +360,8 @@ public:
|
|||
#endif
|
||||
aboutAct->setText(QCoreApplication::translate("MainWindow", "About shadPS4", nullptr));
|
||||
configureAct->setText(QCoreApplication::translate("MainWindow", "Configure...", nullptr));
|
||||
userManagement->setText(QCoreApplication::translate("MainWindow", "User Management", nullptr));
|
||||
userManagement->setText(
|
||||
QCoreApplication::translate("MainWindow", "User Management", nullptr));
|
||||
#if QT_CONFIG(tooltip)
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
menuRecent->setTitle(QCoreApplication::translate("MainWindow", "Recent Games", nullptr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue