tools/qdoc3/location.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
   263   error message and then exits the program.
   263   error message and then exits the program.
   264  */
   264  */
   265 void Location::fatal(const QString& message, const QString& details) const
   265 void Location::fatal(const QString& message, const QString& details) const
   266 {
   266 {
   267     emitMessage(Error, message, details);
   267     emitMessage(Error, message, details);
       
   268     information(message);
       
   269     information(details);
   268     information("Aborting");
   270     information("Aborting");
   269     exit(EXIT_FAILURE);
   271     exit(EXIT_FAILURE);
   270 }
   272 }
   271 
   273 
   272 /*!
   274 /*!