summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-04-07 12:09:20 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-04-26 15:16:21 (GMT)
commit2e95891d29cb115dfadd57076e215030cd255489 (patch)
tree023ecb5f9335a6541e5bf6dc520adbede4cde4af /src/corelib
parented692616c6a358ccfbdb10b716d6d5829a92f7bb (diff)
downloadQt-2e95891d29cb115dfadd57076e215030cd255489.zip
Qt-2e95891d29cb115dfadd57076e215030cd255489.tar.gz
Qt-2e95891d29cb115dfadd57076e215030cd255489.tar.bz2
QNAM: Use a reference in appendDownstreamData
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qbytedata_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytedata_p.h b/src/corelib/tools/qbytedata_p.h
index 9aad6a9..17a3a60 100644
--- a/src/corelib/tools/qbytedata_p.h
+++ b/src/corelib/tools/qbytedata_p.h
@@ -84,7 +84,7 @@ public:
}
- inline void append(QByteArray& bd)
+ inline void append(const QByteArray& bd)
{
if (bd.isEmpty())
return;