mirror of
https://github.com/YACReader/yacreader
synced 2025-11-16 15:02:49 -05: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