summaryrefslogtreecommitdiffstats
path: root/src/FileDownloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FileDownloader.h')
-rw-r--r--src/FileDownloader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FileDownloader.h b/src/FileDownloader.h
index f66f7f9..d64445f 100644
--- a/src/FileDownloader.h
+++ b/src/FileDownloader.h
@@ -28,10 +28,10 @@ public:
signals:
- /**
- * Triggered when the download has finished.
- * On error, downloadedData will be empty.
- */
+ /**
+ * Triggered when the download has finished.
+ * On error, downloadedData will be empty.
+ */
void downloaded(const QUrl& url, const QByteArray& downloadedData);
private slots: