aboutsummaryrefslogtreecommitdiff
path: root/src/scenes/add_server_wizard/add_server_wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes/add_server_wizard/add_server_wizard.h')
-rw-r--r--src/scenes/add_server_wizard/add_server_wizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scenes/add_server_wizard/add_server_wizard.h b/src/scenes/add_server_wizard/add_server_wizard.h
index 03af824..dc205d1 100644
--- a/src/scenes/add_server_wizard/add_server_wizard.h
+++ b/src/scenes/add_server_wizard/add_server_wizard.h
@@ -47,9 +47,9 @@ private:
signals:
void step1Success();
- void step1Failed(QString reason);
+ void step1Failed(QString reason, uint toast_type);
void step2Success();
- void step2Failed(QString reason);
+ void step2Failed(QString reason, uint toast_type);
public slots:
void processStep1(QString host_url, QString host_alias);