mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
* qt_helpers.h: qt_() - set parameter 'comment' to default 0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16148 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b5331d6261
commit
a85cc03780
@ -108,7 +108,7 @@ docstring const qstring_to_ucs4(QString const & qstr);
|
|||||||
*
|
*
|
||||||
* Use this in qt4/ instead of _()
|
* Use this in qt4/ instead of _()
|
||||||
*/
|
*/
|
||||||
QString const qt_(char const * str, const char * comment);
|
QString const qt_(char const * str, const char * comment = 0);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user