summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-04-07 19:25:06 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-04-07 19:25:06 +0200
commit384679ff46d2f970de3010fd6aac8a697dbfb907 (patch)
treefd290567c21b3ccc3a319db2fc8d176b27f9bfd0 /doc
parent214751c5e7d7af6770cbd36a431d8f718c3041e1 (diff)
Ensured that incomplete downloads are removed.
Task-number: QTBUG-18509
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/ftp.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/examples/ftp.qdoc b/doc/src/examples/ftp.qdoc
index 4fa2cfd8b1..841d298383 100644
--- a/doc/src/examples/ftp.qdoc
+++ b/doc/src/examples/ftp.qdoc
@@ -131,7 +131,9 @@
\snippet examples/network/qftp/ftpwindow.cpp 5
- QFtp supports canceling the download of files.
+ QFtp supports canceling the download of files. We make sure that
+ any file that is currently being written to is closed and removed,
+ and tidy up by deleting the file object.
\snippet examples/network/qftp/ftpwindow.cpp 6