Skip to content
Snippets Groups Projects
Commit 935b60b9 authored by Montel Laurent's avatar Montel Laurent Committed by Nicolas Arnaud-Cormos
Browse files

Add missing break; So pastebin works otherwise there is an error on api.


Change-Id: I367b4d8686c54903ad897be40308c76d93f0d387
Reviewed-by: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
parent b61417f6
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ static inline QByteArray format(Protocol::ContentType ct)
break;
case Protocol::Cpp:
format += "cpp-qt";
break;
case Protocol::JavaScript:
format += "javascript";
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment