Sorry guys if this question has already been discussed. Is any plans to make
changes in Qt-API to be able to use C++ exceptions, as in the other frameworks?
Like this:
QThread* thread = new QThread();
try
{
thread->start();
}
catch (e)
{
//Error, thread has not been created
}
_______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
