diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-02 13:39:41 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-02 13:39:41 (GMT) |
commit | 6d5963486c8c2a154caf3a2a391bce19cbbeb881 (patch) | |
tree | 57a132edba61391ef795f3f8ccaa5ea7425cacde /doc/src | |
parent | 63e89c45fcc07759c928231ac27cc25928116d45 (diff) | |
parent | 781967478a0ddc5b69663a49bb081d752f85dc99 (diff) | |
download | Qt-6d5963486c8c2a154caf3a2a391bce19cbbeb881.zip Qt-6d5963486c8c2a154caf3a2a391bce19cbbeb881.tar.gz Qt-6d5963486c8c2a154caf3a2a391bce19cbbeb881.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-review into 4.7
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/examples/ftp.qdoc | 4 | ||||
-rwxr-xr-x | doc/src/template/scripts/functions.js | 2 |
2 files changed, 4 insertions, 2 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 diff --git a/doc/src/template/scripts/functions.js b/doc/src/template/scripts/functions.js index 62bc535..3ab4a08 100755 --- a/doc/src/template/scripts/functions.js +++ b/doc/src/template/scripts/functions.js @@ -184,7 +184,7 @@ var blankRE=/^\s*$/; function CheckEmptyAndLoadList() { /* Start Extracting information for feedback and adding this to the feedback form */ - var pageUrl = window.location.href; + var pageUrl = window.location.pathname; var pageVal = $('title').html(); $('#pageType').removeClass('red'); $('#feedUrl').remove(); |