Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. QTemporaryFile *debugFile;
  2. 307 · if (debugFile-> isOpen()) {
  3. 308 · · QTextStream out(debugFile)
  4. 309 · · · out << this -> metaObject->className() "::"
  5. 310 · · · metaObject->functionName()
  6. 311 · }
  7. 312 · if (type == QtFatalMsg) {
  8. 313 · · abort();
  9. 314 · }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement