diff options
Diffstat (limited to 'core/qt-ble.h')
-rw-r--r-- | core/qt-ble.h | 2 |
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; |