diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-04-07 14:09:20 +0200 |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-04-26 17:16:21 +0200 |
commit | 2e95891d29cb115dfadd57076e215030cd255489 (patch) | |
tree | 023ecb5f9335a6541e5bf6dc520adbede4cde4af /src/corelib | |
parent | ed692616c6a358ccfbdb10b716d6d5829a92f7bb (diff) |
QNAM: Use a reference in appendDownstreamData
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qbytedata_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytedata_p.h b/src/corelib/tools/qbytedata_p.h index 9aad6a9e00..17a3a609a1 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; |