class AsyncResult |
|
\class AsyncResult asyncmodel.h Soprano/Util/AsyncResult
A delayed result as returned by AsyncModel.
Author Sebastian Trueg \since 2.1 |
|
\endcond |
|
Emitted once the async operation is completed
and the result can be read.
The result will delete itself. |
|
Internal method. Do not call. |
|
The result of the async operation. Its type is dependent
on the operation (for example Error.ErrorCode for
AsyncModel.addStatementAsync or StatementIterator for
AsyncModel.listStatementsAsync). Types may need to be
registered with Q_DECLARE_METATYPE.
Use Error.ErrorCache.lastError() to check for error details. This value is not ready before resultReady() as been emitted. |