mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6119906dc0
commit
052b9a8874
@ -41,6 +41,7 @@ static QString credits()
|
||||
} else {
|
||||
file.open(QIODevice::ReadOnly);
|
||||
QTextStream ts(&file);
|
||||
ts.setCodec("UTF-8");
|
||||
QString line;
|
||||
do {
|
||||
line = ts.readLine();
|
||||
|
Loading…
Reference in New Issue
Block a user