summaryrefslogtreecommitdiffstats
path: root/application/dialogs/UpdateDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/dialogs/UpdateDialog.h')
-rw-r--r--application/dialogs/UpdateDialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/dialogs/UpdateDialog.h b/application/dialogs/UpdateDialog.h
index 2ab2ff7c..b92c7473 100644
--- a/application/dialogs/UpdateDialog.h
+++ b/application/dialogs/UpdateDialog.h
@@ -48,13 +48,13 @@ public slots:
/// Starts loading the changelog
void loadChangelog();
-
+
/// Slot for when the chengelog loads successfully.
void changelogLoaded();
-
+
/// Slot for when the chengelog fails to load...
- void changelogFailed();
-
+ void changelogFailed(QString reason);
+
private:
ByteArrayDownloadPtr changelogDownload;
NetJobPtr dljob;