* 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:
Michael Schmitt 2006-12-03 01:09:09 +00:00
parent b5331d6261
commit a85cc03780

View File

@ -108,7 +108,7 @@ docstring const qstring_to_ucs4(QString const & qstr);
*
* 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);
/**