diff options
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 |