summaryrefslogtreecommitdiffstats
path: root/core/qt-ble.h
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-07-04 16:40:33 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-04 23:46:07 +0900
commit3cde4f594d31993603b2e2909a3eadd06ad6ff8f (patch)
tree88a5b46a2f844c3ba99b77ed6174a32f024c89f9 /core/qt-ble.h
parent709c1df2af4b871c5f38c2eb432ea00a8c449922 (diff)
downloadsubsurface-3cde4f594d31993603b2e2909a3eadd06ad6ff8f.tar.gz
Address code review
Addresses code review by Dirk. No functional changes. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/qt-ble.h')
-rw-r--r--core/qt-ble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qt-ble.h b/core/qt-ble.h
index bbd56e586..7368b71cd 100644
--- a/core/qt-ble.h
+++ b/core/qt-ble.h
@@ -31,7 +31,7 @@ public slots:
void characteristcStateChanged(const QLowEnergyCharacteristic &c, const QByteArray &value);
void characteristicWritten(const QLowEnergyCharacteristic &c, const QByteArray &value);
void writeCompleted(const QLowEnergyDescriptor &d, const QByteArray &value);
- int setupHwTerminalIo(QList<QLowEnergyCharacteristic>);
+ dc_status_t setupHwTerminalIo(QList<QLowEnergyCharacteristic>);
private:
QVector<QLowEnergyService *> services;