mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Replaced the no longer existing HttpResponse::writeText
with HttpResponse::write
.
This commit is contained in:
@ -316,6 +316,5 @@ void FolderController::service(HttpRequest& request, HttpResponse& response)
|
||||
t.setVariable("page",QString("%1").arg(page+1));
|
||||
t.setVariable("pages",QString("%1").arg(numPages));
|
||||
|
||||
response.writeText(t, true);
|
||||
|
||||
response.write(t.toUtf8(), true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user