Better message text.

--HG--
branch : develop
This commit is contained in:
dismine 2014-10-28 13:32:42 +02:00
parent c447992e47
commit 0656371b57

View file

@ -60,6 +60,6 @@ VExceptionConversionError::~VExceptionConversionError() V_NOEXCEPT_EXPR (true)
*/
QString VExceptionConversionError::ErrorMessage() const
{
QString error = QString("ExceptionConversionError: %1 %2").arg(what, str);
QString error = QString("ExceptionConversionError: %1 \"%2\"").arg(what, str);
return error;
}