branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
--- a/tools/qdoc3/location.cpp Mon Jun 21 22:38:13 2010 +0100 +++ b/tools/qdoc3/location.cpp Thu Jul 22 16:41:55 2010 +0100 @@ -265,6 +265,8 @@ void Location::fatal(const QString& message, const QString& details) const { emitMessage(Error, message, details); + information(message); + information(details); information("Aborting"); exit(EXIT_FAILURE); }