mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
fixed lots of warnings
This commit is contained in:
@ -10,6 +10,7 @@ ErrorController::ErrorController(int errorCode)
|
||||
|
||||
void ErrorController::service(HttpRequest& request, HttpResponse& response)
|
||||
{
|
||||
Q_UNUSED(request)
|
||||
switch(error)
|
||||
{
|
||||
case 300:
|
||||
|
Reference in New Issue
Block a user