Let me expand on this, I can f->setParent(reply), but I also need to delete the 
file from disk. If I rely on the parent/child object deletion, I can't get a 
change to delete the file.

> QFile *f = new QFile(filename);
> f->open(QIODevice::ReadOnly) 
> ...
> nam.post(req, f);
> ...
> 
> // sometime later in the finished slot:
> finished(QNetworkReply *reply) {
> 
>  // how to close and delete f ? (The QFile object)
> 
> }
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to