KD SOAP API Documentation  2.2
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 
27 {
28 }
29 
30 #include "moc_KDSoapPendingCallWatcher.cpp"
friend class KDSoapPendingCallWatcher

© 2010-2024 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 by doxygen 1.9.1