[Qt5-feedback] Qt5 and C++ exception
Дмитрий Б.
dmitry_bsd at inbox.ru
Mon Jun 27 08:26:19 CEST 2011
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
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt5-feedback/attachments/20110627/83695c97/attachment.html
More information about the Qt5-feedback
mailing list