diff options
Diffstat (limited to 'bluetooth/bluetooth.h')
-rw-r--r-- | bluetooth/bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/bluetooth.h b/bluetooth/bluetooth.h index 3953fe6..b79e8f9 100644 --- a/bluetooth/bluetooth.h +++ b/bluetooth/bluetooth.h @@ -66,7 +66,7 @@ class Bluetooth : public QObject void requestConfirmationEvent(QJsonObject data); private: - MessageEngine *m_mloop; + std::shared_ptr<MessageEngine> m_mloop; QQmlContext *m_context; BluetoothModel *m_bluetooth; void send_command(QString, QJsonObject); |