mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +02:00
2021-02-05 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3TextStream' dependencies from rmlsend(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -356,8 +356,8 @@ void MainObject::InitStream()
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
input_stream=new Q3TextStream(f,QIODevice::ReadOnly);
|
||||
input_stream->setEncoding(Q3TextStream::UnicodeUTF8);
|
||||
input_stream=new QTextStream(f,QIODevice::ReadOnly);
|
||||
input_stream->setEncoding(QTextStream::UnicodeUTF8);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user