KD SOAP API Documentation 2.2
Loading...
Searching...
No Matches
KDSoapPendingCallWatcher.cpp
Go to the documentation of this file.
1/****************************************************************************
2**
3** This file is part of the KD Soap project.
4**
5** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6**
7** SPDX-License-Identifier: MIT
8**
9****************************************************************************/
12#include "KDSoapPendingCall_p.h"
13#include <QDebug>
14#include <QNetworkReply>
15
17 : QObject(parent)
18 , KDSoapPendingCall(call)
19 , d(nullptr) // currently unused
20{
21 connect(call.d->reply.data(), &QNetworkReply::finished, this, [&]() {
22 emit finished(this);
23 });
24}
25
29
30#include "moc_KDSoapPendingCallWatcher.cpp"
friend class KDSoapPendingCallWatcher
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-soap/
Generated on Sat Apr 20 2024 00:04:25 for KD SOAP API Documentation by doxygen 1.9.8