clang fix

This commit is contained in:
georgemoralis 2025-06-12 18:10:47 +03:00
parent 0e2f414cb6
commit dbaf2cc38e
7 changed files with 8 additions and 9 deletions

View file

@ -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));