summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/lowenergyscanner/device.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-14 13:01:47 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-16 08:28:58 +0200
commitba3c1f4f2a2efe635e12c9dad22edeac89611729 (patch)
tree88da0300aa76a46934c0c93fea348f6ead20c993 /examples/bluetooth/lowenergyscanner/device.h
parent9234d5391c5e94a4b00ad4e81336f519fc496caa (diff)
Various improvements to lowenergyscanner example
1.) Improves UI flow 2.) Improves error behavior (e.g. device disconnects) 3.) Adds missing signal/model updates whcih caused unexpected UI flow Change-Id: Icc7edf4945df0e964b5c91b407ce5976a1585b81 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'examples/bluetooth/lowenergyscanner/device.h')
-rw-r--r--examples/bluetooth/lowenergyscanner/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/lowenergyscanner/device.h b/examples/bluetooth/lowenergyscanner/device.h
index 053b04f1..bb99ffe0 100644
--- a/examples/bluetooth/lowenergyscanner/device.h
+++ b/examples/bluetooth/lowenergyscanner/device.h
@@ -104,6 +104,7 @@ Q_SIGNALS:
void characteristicsUpdated();
void updateChanged();
void stateChanged();
+ void disconnected();
private:
void setUpdate(QString message);