diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-15 16:10:16 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-15 16:10:16 +0100 |
commit | 43fa9af21ff14b895b1d0ef3b559b9236208eb79 (patch) | |
tree | f74bb3588affb5acd3747500cda3f8b0ae7fe6c6 /src/download.h | |
parent | {Browser,}Application. Again.. (diff) | |
download | rekonq-43fa9af21ff14b895b1d0ef3b559b9236208eb79.tar.xz |
First bits of documentation..
Diffstat (limited to 'src/download.h')
-rw-r--r-- | src/download.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/download.h b/src/download.h index 65f36d3b..cd363d00 100644 --- a/src/download.h +++ b/src/download.h @@ -29,7 +29,11 @@ #include <QObject> #include <QByteArray> - +/* + * This class lets rekonq to download an object from the network. + * Creating a new object, you can continue downloading a file also + * when rekonq is closed. + */ class Download : public QObject { Q_OBJECT |