h.m_state=CdbDumperHelper::Disabled;// No message here
*errorMessage=QCoreApplication::translate("Debugger::Internal::CdbDumperHelper","The custom dumper library could not be initialized: %1").arg(*errorMessage);
m_state=Disabled;// No message here, no point in retrying
returnfalse;
caseCallLoadNoQtApp:
m_manager->showDebuggerOutput(LogMisc,QCoreApplication::translate("Debugger::Internal::CdbDumperHelper","The debuggee does not appear to be Qt application."));
*errorMessage=QCoreApplication::translate("Debugger::Internal::CdbDumperHelper","The custom dumper library could not be initialized: %1").arg(*errorMessage);