Skip to content
Snippets Groups Projects
Commit a8db5984 authored by Tobias Nätterlund's avatar Tobias Nätterlund Committed by Nicolas Arnaud-Cormos
Browse files

QNX: Added missing break in switch statement


Change-Id: I146c336bff445eb32f8576c7499a6b72f9a65842
Reviewed-by: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
parent e5431d44
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ void BlackBerryCsjRegistrar::processError(QProcess::ProcessError error) ...@@ -96,6 +96,7 @@ void BlackBerryCsjRegistrar::processError(QProcess::ProcessError error)
break; break;
case QProcess::Timedout: case QProcess::Timedout:
errorMessage = tr("Process timed out."); errorMessage = tr("Process timed out.");
break;
case QProcess::Crashed: case QProcess::Crashed:
errorMessage = tr("Child process has crashed."); errorMessage = tr("Child process has crashed.");
break; 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