9 #ifndef QEVERCLOUD_EVENT_LOOP_FINISHER_H
10 #define QEVERCLOUD_EVENT_LOOP_FINISHER_H
20 QT_FORWARD_DECLARE_CLASS(EventLoopFinisherPrivate)
27 QEventLoop * loop,
int exitCode, QObject * parent = Q_NULLPTR);
35 EventLoopFinisherPrivate *
const d_ptr;
#define QEVERCLOUD_EXPORT
Definition: Export.h:19
Definition: EventLoopFinisher.h:23
EventLoopFinisher(QEventLoop *loop, int exitCode, QObject *parent=Q_NULLPTR)
Definition: AsyncResult.h:21