summaryrefslogtreecommitdiffstats
path: root/src/FileDownloader.h
diff options
context:
space:
mode:
authorSimon Rettberg2016-03-29 16:19:23 +0200
committerSimon Rettberg2016-03-29 16:19:23 +0200
commit49f3b953c49aa5b5130b57810f11ba69baf2b36e (patch)
tree24aeec7afdc12774140f435f84ece81ba0a5766c /src/FileDownloader.h
parentFeature: Show warning for 64bit VMs if no VT-x available (diff)
downloadvmchooser2-49f3b953c49aa5b5130b57810f11ba69baf2b36e.tar.gz
vmchooser2-49f3b953c49aa5b5130b57810f11ba69baf2b36e.tar.xz
vmchooser2-49f3b953c49aa5b5130b57810f11ba69baf2b36e.zip
Fix indentation
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: