Changeset 90916 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Aug 26, 2021 3:16:32 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 146553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/QMTranslatorImpl.cpp
r90828 r90916 610 610 611 611 const char *QMTranslator::translate(const char *pszContext, const char *pszSource, 612 const char *pszDisamb, const int aNum) const throw()612 const char *pszDisamb, const int aNum) const RT_NOEXCEPT 613 613 { 614 614 return m_impl->translate(pszContext, pszSource, pszDisamb, aNum);
Note:
See TracChangeset
for help on using the changeset viewer.