aboutsummaryrefslogtreecommitdiff
path: root/src/DBusAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBusAPI.h')
-rw-r--r--src/DBusAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DBusAPI.h b/src/DBusAPI.h
index 632a90b..a25fb64 100644
--- a/src/DBusAPI.h
+++ b/src/DBusAPI.h
@@ -73,7 +73,7 @@ public slots:
void get_web_app_hosts_request();
// Add a specific remote web app host using a url to make sure its contactable
- void add_web_app_host_request(QString host_url);
+ void add_web_app_host_request(QString host_url, QString host_alias);
// Removes a specific remote web app host using the uuid of a host
void remove_web_app_host_request(QString host_uuid);