summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothtransferreply.h
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2011-03-11 17:41:27 +1000
committerAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2011-03-11 17:49:42 +1000
commit471af84ac93b6cfbf3003883a4750a83399415c9 (patch)
tree55d67bb2a2ba8cc839eea6dee369ad71ff408dc2 /src/connectivity/bluetooth/qbluetoothtransferreply.h
parent3f23036e6fd538e1bdae98461edb084b79a05617 (diff)
Properly handle stop requests to bluetooth.
Stops do no occur immediatly with bluez, and we must wait for the discovery state to transition to false before we can start a new discovery. Change the error(canceled) to a cancel signal, since it's not an error. Correct cancelled to canceled for consistency with qt. Task-number: MOBILITY-2675
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothtransferreply.h')
-rw-r--r--src/connectivity/bluetooth/qbluetoothtransferreply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothtransferreply.h b/src/connectivity/bluetooth/qbluetoothtransferreply.h
index 604b98cdd2..35bceeac11 100644
--- a/src/connectivity/bluetooth/qbluetoothtransferreply.h
+++ b/src/connectivity/bluetooth/qbluetoothtransferreply.h
@@ -61,7 +61,7 @@ public:
UnknownError,
FileNotFoundError,
HostNotFoundError,
- UserCancelledTransferError
+ UserCanceledTransferError
};