qtmobility/src/messaging/win32wce/qmailcodec.cpp
changeset 8 71781823f776
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/messaging/win32wce/qmailcodec.cpp	Fri May 14 16:41:33 2010 +0300
+++ b/qtmobility/src/messaging/win32wce/qmailcodec.cpp	Thu May 27 13:42:11 2010 +0300
@@ -57,7 +57,6 @@
 /*!
   \class QMailCodec
 
-  \preliminary
   \brief The QMailCodec class provides mechanisms for encoding and decoding between 7-bit ASCII strings
   and arbitrary octet sequences.
 
@@ -398,7 +397,6 @@
 /*!
   \class QMailBase64Codec
 
-  \preliminary
   \brief The QMailBase64Codec class encodes or decodes between 8-bit data and 7-bit ASCII, using the Base64
   character mapping scheme.
 
@@ -703,7 +701,6 @@
 /*!
   \class QMailQuotedPrintableCodec
 
-  \preliminary
   \brief The QMailQuotedPrintableCodec class encodes or decodes between 8-bit data and 7-bit ASCII, 
   using the 'quoted printable' character mapping scheme.
 
@@ -974,7 +971,6 @@
 /*!
   \class QMailPassThroughCodec
 
-  \preliminary
   \brief The QMailPassThroughCodec class uses the QMailCodec interface to move data between streams
   without coding or decoding.
 
@@ -1027,7 +1023,6 @@
 /*!
   \class QMailLineEndingCodec
 
-  \preliminary
   \brief The QMailLineEndingCodec class encodes textual data to use CR/LF line endings required for SMTP transmission.
 
   \ingroup messaginglibrary