summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btfiletransfer/remoteselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btfiletransfer/remoteselector.h')
-rw-r--r--examples/bluetooth/btfiletransfer/remoteselector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bluetooth/btfiletransfer/remoteselector.h b/examples/bluetooth/btfiletransfer/remoteselector.h
index fe1d3966..ec2e4fd5 100644
--- a/examples/bluetooth/btfiletransfer/remoteselector.h
+++ b/examples/bluetooth/btfiletransfer/remoteselector.h
@@ -83,6 +83,7 @@ private:
QFile *m_file;
QBluetoothLocalDevice *m_localDevice;
QPointer<pinDisplay> m_pindisplay;
+ bool m_pairingError;
QString addressToName(const QBluetoothAddress &address);
@@ -98,6 +99,7 @@ private slots:
void on_stopButton_clicked();
void pairingFinished(const QBluetoothAddress &address,QBluetoothLocalDevice::Pairing pairing);
+ void pairingError(QBluetoothLocalDevice::Error error);
void displayPin(const QBluetoothAddress &address, QString pin);
void displayConfirmation(const QBluetoothAddress &address, QString pin);
void displayConfReject();