Skip to content
Extraits de code Groupes Projets
Valider 0012d286 rédigé par Deurstann's avatar Deurstann
Parcourir les fichiers

Solve compilation warnings on switch events

parent 56de9a23
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -23,6 +23,10 @@ public: ...@@ -23,6 +23,10 @@ public:
} }
break; break;
} }
default:
{
break;
}
} }
// standard event processing // standard event processing
return QObject::eventFilter(obj, e); return QObject::eventFilter(obj, e);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter