Q: How to delete a QStrList ?
Norbert Schulz
Nor.Schulz at t-online.de
Tue Feb 15 20:46:35 GMT 2000
Wolf-Ruediger Juergens wrote:
>
> Hi,
> Can anyone help me for this problem ?
> I have this code:
> QStrList strlist = new QStrList();
> ...
> // do something
> delete strlist;
> Than the compiler says no pointer to delete .
> How can I delete the list ?
>
> TYA
> Wolf
>
> --
> Smoking is one of the leading causes of statistics.
> -- Fletcher Knebel
Where did you forget the asterisk?
More information about the KDevelop
mailing list