summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothaddress.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-05-16 13:50:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-16 16:33:03 +0200
commit91914f0c1f69f3cd79518333cf088a141bb721a0 (patch)
tree25cbfe80c058d35d272b968ecc0d27c9477a94b9 /src/bluetooth/qbluetoothaddress.h
parente7d159eba8a84c75ecce9f6b4b097959ebf999b7 (diff)
Ensure that QBluetoothAddress debug operator can handle const refs
This operator is new in Qt 5.4 and therefore can be changed at this stage. Change-Id: I679707515fd7053aae6077460f99921c18717578 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothaddress.h')
-rw-r--r--src/bluetooth/qbluetoothaddress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothaddress.h b/src/bluetooth/qbluetoothaddress.h
index 265a1d96..d10946db 100644
--- a/src/bluetooth/qbluetoothaddress.h
+++ b/src/bluetooth/qbluetoothaddress.h
@@ -83,7 +83,7 @@ private:
};
#ifndef QT_NO_DEBUG_STREAM
-Q_BLUETOOTH_EXPORT QDebug operator<<(QDebug, QBluetoothAddress &);
+Q_BLUETOOTH_EXPORT QDebug operator<<(QDebug, const QBluetoothAddress &address);
#endif
QT_END_NAMESPACE