Skip to content

Add missing include: BluezQt/PendingCall

hexchain requested to merge (removed):work/hexchain/add-missing-include into master

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;
      |       ^~~~~~~~~~~

Merge request reports