mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
* src/frontends/qt4/qt_helpers.h: fix comment on the use of qt_()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16147 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a6124324e4
commit
b5331d6261
@ -106,7 +106,7 @@ docstring const qstring_to_ucs4(QString const & qstr);
|
||||
/**
|
||||
* qt_ - i18nize string and convert to unicode
|
||||
*
|
||||
* Use this in qt4/ instead of qt_()
|
||||
* Use this in qt4/ instead of _()
|
||||
*/
|
||||
QString const qt_(char const * str, const char * comment);
|
||||
|
||||
@ -114,7 +114,7 @@ QString const qt_(char const * str, const char * comment);
|
||||
/**
|
||||
* qt_ - i18nize string and convert to unicode
|
||||
*
|
||||
* Use this in qt4/ instead of qt_()
|
||||
* Use this in qt4/ instead of _()
|
||||
*/
|
||||
QString const qt_(std::string const & str);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user