On Mon, Jul 29, 2002 at 04:31:00PM +0200, Andre Poenitz wrote:

> >From what was being said I assumed that one has to copy the content.
> That might be wrong, but then, who owns the 'char *' returned by latin1()
> and if it is the QString, what happens if it gets destroyed?

The first thing I do with a QString is turn into a std::string anyway.
The string is pooled so it's safe to keep around as long as one instance
exists, but I don't keep it around anyway

regards
john

-- 
"The simpler it is, the harder it is." 
        - Tim Van Holder

Reply via email to