mirror of
https://github.com/YACReader/yacreader
synced 2025-12-12 20:22:53 -05: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