wrong eol.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25873 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-07-24 21:16:46 +00:00
parent 2b8ff49ae9
commit 9dc08cb35a

View File

@ -12,9 +12,9 @@
#include <config.h>
#include "support/qstring_helpers.h"
#include "support/debug.h"
#include "support/qstring_helpers.h"
#include "support/debug.h"
#include "support/docstring.h"
#include <QString>
@ -22,12 +22,12 @@
namespace lyx {
LyXErr & operator<<(LyXErr & err, QString const & str)
{
return err << fromqstr(str);
}
LyXErr & operator<<(LyXErr & err, QString const & str)
{
return err << fromqstr(str);
}
QString toqstr(char const * str)
{
return QString::fromUtf8(str);