From 028655065de7f989a35b63bcab583767aba9c048 Mon Sep 17 00:00:00 2001 From: axis Date: Fri, 21 Aug 2009 17:51:38 +0200 Subject: Added some internal docs to make the class clearer. --- src/corelib/kernel/qcore_symbian_p.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/corelib/kernel/qcore_symbian_p.h b/src/corelib/kernel/qcore_symbian_p.h index 2a81b99..fab7254 100644 --- a/src/corelib/kernel/qcore_symbian_p.h +++ b/src/corelib/kernel/qcore_symbian_p.h @@ -94,6 +94,12 @@ static inline TPtrC qt_QString2TPtrC( const QString& string ) return TPtrC16(static_cast(string.utf16()), string.length()); } +/*! + \internal + This class is a wrapper around the Symbian HBufC descriptor class. + It makes sure that the heap allocated HBufC class is freed when it is + destroyed. +*/ class Q_CORE_EXPORT QHBufC { public: -- cgit v0.12