aboutsummaryrefslogtreecommitdiff
path: root/src/DBusAPI.h
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-08 15:54:20 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-08 15:54:20 +0200
commit0f73c7ff3f8a84bcacf077644d6a199301f58945 (patch)
tree272431fb633d18803ac73dbb6aeff881496e5bb2 /src/DBusAPI.h
parentdc3b77a1e3c8b8ff9a9299fd17c13b0428f1fa14 (diff)
downloadRWA.Support.DesktopApp-0f73c7ff3f8a84bcacf077644d6a199301f58945.tar.gz
RWA.Support.DesktopApp-0f73c7ff3f8a84bcacf077644d6a199301f58945.tar.bz2
RWA.Support.DesktopApp-0f73c7ff3f8a84bcacf077644d6a199301f58945.zip
User can decide on host_alias now.
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);