[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kmail
From:       Wilco Greven <greven () kde ! org>
Date:       2003-02-18 3:26:17
[Download RAW message or body]

CVS commit by wgreven: 

Use a QCString for the special characters. This is about 5 times faster
than using a QString.


  M +2 -2      kmmsgbase.cpp   1.137


--- kdepim/kmail/kmmsgbase.cpp  #1.136:1.137
@@ -467,6 +467,6 @@ QString KMMsgBase::decodeRFC2047String(c
 
 //-----------------------------------------------------------------------------
-const QString especials = "()<>@,;:\"/[]?.= \033";
-const QString dontQuote = "\"()<>,@";
+const QCString especials = "()<>@,;:\"/[]?.= \033";
+const QCString dontQuote = "\"()<>,@";
 
 QCString KMMsgBase::encodeRFC2047Quoted(const QCString& aStr, bool base64)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic