equal
deleted
inserted
replaced
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 /*! |