Home
last modified time | relevance | path

Searched defs:QBluetoothTransferReply (Results 1 – 5 of 5) sorted by relevance

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/btfiletransfer/
H A Dprogress.h57 QT_FORWARD_DECLARE_CLASS(QBluetoothTransferReply) in QT_FORWARD_DECLARE_CLASS() argument
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothtransferreply.cpp124 QBluetoothTransferReply::QBluetoothTransferReply(QObject *parent) in QBluetoothTransferReply() function in QBluetoothTransferReply
H A Dqbluetoothtransferreply_osx.mm345 : QBluetoothTransferReply(manager) function
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/doc/snippets/
H A Ddoc_src_qtbluetooth.cpp189 void MyClass::transferFinished(QBluetoothTransferReply* /*reply*/) in transferFinished() argument
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtBluetooth.py857 class QBluetoothTransferReply(QObject): class