src/corelib/concurrent/qtconcurrentexception.cpp
changeset 37 758a864f9613
parent 18 2f34d5167611
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    64 
    64 
    65     If you throw an exception that is not a subclass of QtConcurrent::Exception,
    65     If you throw an exception that is not a subclass of QtConcurrent::Exception,
    66     the Qt Concurrent functions will throw a QtConcurrent::UnhandledException
    66     the Qt Concurrent functions will throw a QtConcurrent::UnhandledException
    67     in the receiver thread.
    67     in the receiver thread.
    68 
    68 
    69     When using QFuture, transferred exceptions willl be thrown when calling the following functions:
    69     When using QFuture, transferred exceptions will be thrown when calling the following functions:
    70     \list
    70     \list
    71     \o QFuture::waitForFinished()
    71     \o QFuture::waitForFinished()
    72     \o QFuture::result()
    72     \o QFuture::result()
    73     \o QFuture::resultAt()
    73     \o QFuture::resultAt()
    74     \o QFuture::results()
    74     \o QFuture::results()