summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/ftp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/ftp.qdoc')
-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 4fa2cfd..841d298 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