summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2015-12-17 21:21:33 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-12-18 08:18:45 +0000
commitcd05e804d228b4bb861c803b47bd7b432a863044 (patch)
treeeb1063bb257439c98e092516da463e09ce477599
parenta66ff1b6fd07ec8a261b39b8bf74ae7f6e6c8b3e (diff)
Properly initialize the m_manager pointer.
Fixes coverity CID22012. Change-Id: Ifdadf0330c277aeea6f87bacd986ec15d5a0c144 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--src/bluetooth/qbluetoothtransferreply.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply.cpp b/src/bluetooth/qbluetoothtransferreply.cpp
index e0d30a60..9c5d976d 100644
--- a/src/bluetooth/qbluetoothtransferreply.cpp
+++ b/src/bluetooth/qbluetoothtransferreply.cpp
@@ -200,6 +200,7 @@ void QBluetoothTransferReply::setRequest(const QBluetoothTransferRequest &reques
*/
QBluetoothTransferReplyPrivate::QBluetoothTransferReplyPrivate()
+ : m_manager(0)
{
}