summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/location.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qdoc3/location.cpp')
-rw-r--r--tools/qdoc3/location.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/location.cpp b/tools/qdoc3/location.cpp
index 19625da..dee87d1 100644
--- a/tools/qdoc3/location.cpp
+++ b/tools/qdoc3/location.cpp
@@ -265,6 +265,8 @@ void Location::error(const QString& message, const QString& details) const
void Location::fatal(const QString& message, const QString& details) const
{
emitMessage(Error, message, details);
+ information(message);
+ information(details);
information("Aborting");
exit(EXIT_FAILURE);
}