diff options
Diffstat (limited to 'metawatch/metawatch.cpp')
-rw-r--r-- | metawatch/metawatch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metawatch/metawatch.cpp b/metawatch/metawatch.cpp index 66fa171..27f1143 100644 --- a/metawatch/metawatch.cpp +++ b/metawatch/metawatch.cpp @@ -837,9 +837,9 @@ void MetaWatch::socketError(QBluetoothSocket::SocketError error) socketDisconnected(); } -void MetaWatch::socketState(QBluetoothSocket::SocketState error) +void MetaWatch::socketState(QBluetoothSocket::SocketState state) { - qDebug() << "socket is in" << error; + qDebug() << "socket is in" << state; } void MetaWatch::timedReconnect() |