git-svn-id: svn://192.168.0.12/source@72 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -1106,7 +1106,7 @@ void Widget::FileImport()
|
||||
{
|
||||
QString strLine;
|
||||
{
|
||||
QByteArray byte = file.readLine(196608);
|
||||
QByteArray byte = file.readLine();
|
||||
if (byte.isEmpty()) { bQuit = false; continue; }
|
||||
strLine = codec->toUnicode(byte);
|
||||
nRead += byte.size();
|
||||
|
||||
Reference in New Issue
Block a user