summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-08-21 15:51:38 (GMT)
committeraxis <qt-info@nokia.com>2009-08-21 15:53:17 (GMT)
commit028655065de7f989a35b63bcab583767aba9c048 (patch)
tree2cda650e6b4ac40789a06208a55e30f25558365b /src/corelib/kernel
parent160b5dd70aa95a515c207c58b48e89bf2c0b72e5 (diff)
downloadQt-028655065de7f989a35b63bcab583767aba9c048.zip
Qt-028655065de7f989a35b63bcab583767aba9c048.tar.gz
Qt-028655065de7f989a35b63bcab583767aba9c048.tar.bz2
Added some internal docs to make the class clearer.
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qcore_symbian_p.h6
1 files changed, 6 insertions, 0 deletions
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<const TUint16*>(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: