mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
wrong eol.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25873 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2b8ff49ae9
commit
9dc08cb35a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user