Commit 73f2d9a8 authored by Claudio Valerio's avatar Claudio Valerio

fixed little bug

parent 5442b0fc
...@@ -293,6 +293,7 @@ void UBWebController::show(WebInstance type) ...@@ -293,6 +293,7 @@ void UBWebController::show(WebInstance type)
break; break;
case Paraschool: case Paraschool:
paraschoolWebInstance(); paraschoolWebInstance();
break;
default: default:
qCritical() << __FILE__ << " non supported web instance type " << QString::number(type) ; qCritical() << __FILE__ << " non supported web instance type " << QString::number(type) ;
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment