mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Replaced the no longer existing HttpResponse::writeText
with HttpResponse::write
.
This commit is contained in:
@ -6,5 +6,5 @@ void VersionController::service(HttpRequest& request, HttpResponse& response)
|
||||
{
|
||||
Q_UNUSED(request);
|
||||
|
||||
response.writeText(SERVER_VERSION_NUMBER,true);
|
||||
response.write(SERVER_VERSION_NUMBER,true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user