summaryrefslogtreecommitdiffstats
path: root/src/network/access/qbytedatabuffer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qbytedatabuffer_p.h')
-rw-r--r--src/network/access/qbytedatabuffer_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/access/qbytedatabuffer_p.h b/src/network/access/qbytedatabuffer_p.h
index a119093cf7e..036b562d06a 100644
--- a/src/network/access/qbytedatabuffer_p.h
+++ b/src/network/access/qbytedatabuffer_p.h
@@ -280,6 +280,8 @@ public:
}
return false;
}
+
+ const QByteArray &last() const { return buffers.last(); }
};
QT_END_NAMESPACE