Hi!

Are QString and QStringList garbage collected garbage collected?

I need to manipulate a QString using both QString methods and a QStringList and I'm wondering if I have to do any cleanup after I processed the QString passed as a parameter...

Thank you!

Nick