mirror of
https://github.com/YACReader/yacreader
synced 2025-08-05 05:45:46 -04:00
merged
This commit is contained in:
@ -112,7 +112,7 @@ void HttpResponse::write(QByteArray data, bool lastPart) {
|
||||
|
||||
void HttpResponse::writeText(QString text, bool lastPart)
|
||||
{
|
||||
write(text.toLatin1(),lastPart);
|
||||
write(QByteArray(text.toUtf8()),lastPart);
|
||||
}
|
||||
|
||||
bool HttpResponse::hasSentLastPart() const {
|
||||
|
Reference in New Issue
Block a user