summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt4/Qt/qbytearray.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt4/Qt/qbytearray.h')
-rw-r--r--qtinterface/tqt4/Qt/qbytearray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtinterface/tqt4/Qt/qbytearray.h b/qtinterface/tqt4/Qt/qbytearray.h
index fbe0582..9ee2be3 100644
--- a/qtinterface/tqt4/Qt/qbytearray.h
+++ b/qtinterface/tqt4/Qt/qbytearray.h
@@ -223,6 +223,8 @@ public:
{ return rightJustified(int(width), aFill, aTruncate); }
#endif
+ QByteArray copy() const;
+
QByteArray &prepend(char c);
QByteArray &prepend(const char *s);
QByteArray &prepend(const char *s, int len);