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

List:       kde-commits
Subject:    Re: branches/KDE/3.5/kdepim/libkmime
From:       Dirk Mueller <dmueller () suse ! de>
Date:       2006-10-31 12:52:54
Message-ID: 200610311352.55029.dmueller () suse ! de
[Download RAW message or body]

On Monday 30 October 2006 22:15, Tom Albers wrote:

> - Fix bug where email address was returned with a space in front or at end.
> - expand the emails() function with a names() function and a displayNames()
> function.
> +void To::displayNames(QStrList *l)
> +{
> +    l->clear();
> +
> +    for (AddressField *it=a_ddrList->first(); it != 0 ;
> it=a_ddrList->next() ) +            l->append( it->asUnicodeString() );
> +}


This doesn't compile, asUnicodeString() returns QString while QStrList 
consists of QCStrings. 


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

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