changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
--- a/tools/qdoc3/location.cpp Wed Jun 23 19:07:03 2010 +0300 +++ b/tools/qdoc3/location.cpp Tue Jul 06 15:10:48 2010 +0300 @@ -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); }