From 73f2d9a8e3376c3aa85464b537130ed375237691 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Thu, 7 Jun 2012 13:42:28 +0200 Subject: [PATCH] fixed little bug --- src/web/UBWebController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/UBWebController.cpp b/src/web/UBWebController.cpp index ca46e500..46afc1fa 100644 --- a/src/web/UBWebController.cpp +++ b/src/web/UBWebController.cpp @@ -293,6 +293,7 @@ void UBWebController::show(WebInstance type) break; case Paraschool: paraschoolWebInstance(); + break; default: qCritical() << __FILE__ << " non supported web instance type " << QString::number(type) ; break;