Error: Feed temporarily unavailable.
Tag Archives: C++
How to find where an exception is emited with Qt ?
When an exception is thrown and not catched in a Qt application, it get catched by Qt’s event loop, and the following message is displayed in the console: Qt has caught an exception thrown from an event handler. Throwing exceptions … Continue reading