Skip to content

Commit

Permalink
Handle static calls to QApplication::tr and QApplication::trUtf8 also
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Jun 15, 2024
1 parent 36f5976 commit c5e8e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n_review.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ namespace i18n_check
// Qt (note that NOOP functions actually do load something for translation, just not
// in-place)
L"tr", L"trUtf8", L"translate", L"QT_TR_NOOP", L"QT_TRANSLATE_NOOP",
L"QApplication::translate",
L"QApplication::translate", L"QApplication::tr", L"QApplication::trUtf8",
// KDE (ki18n)
L"i18n", L"i18np", L"i18ncp", L"i18nc", L"xi18n", L"xi18nc"
};
Expand Down

0 comments on commit c5e8e51

Please sign in to comment.