#elif (defined(Q_OS_UNIX) || defined(Q_CC_MINGW))
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
file: qglobal.cpp
Related posts:
- Found in The Code – sqlite /* ** 2008 May 26 ** ** The author disclaims...













0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.