From 43fa9af21ff14b895b1d0ef3b559b9236208eb79 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 15 Feb 2009 16:10:16 +0100 Subject: First bits of documentation.. --- src/download.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/download.h') 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 #include - +/* + * 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 -- cgit v1.2.1