The source project of this merge request has been removed.
Add missing include: BluezQt/PendingCall
This is needed to fix the following compilation error:
kde/src/bluedevil/src/sendfile/pages/../sendfilewizard.h:66:27: error: invalid use of incomplete type ‘class BluezQt::PendingCall’
66 | BluezQt::PendingCall::Error m_obexdServiceError = BluezQt::PendingCall::NoError;
| ^~~~~
In file included from kde/usr/include/KF6/BluezQt/BluezQt/Manager:1,
from kde/src/bluedevil/src/sendfile/pages/../sendfilewizard.h:17:
kde/usr/include/KF6/BluezQt/bluezqt/manager.h:26:7: note: forward declaration of ‘class BluezQt::PendingCall’
26 | class PendingCall;
| ^~~~~~~~~~~