aboutsummaryrefslogtreecommitdiff
path: root/src/RWAHost.h
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-12 12:51:27 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-12 12:51:27 +0200
commitafafc8ff96e486e9f903c643945832bee11659a1 (patch)
tree4822c9fbaa015fe08888f345badc60cc0cc56411 /src/RWAHost.h
parent7b1fa0b22598305b8c50fda543131d2d14d1df63 (diff)
downloadRWA.Support.DesktopApp-afafc8ff96e486e9f903c643945832bee11659a1.tar.gz
RWA.Support.DesktopApp-afafc8ff96e486e9f903c643945832bee11659a1.tar.bz2
RWA.Support.DesktopApp-afafc8ff96e486e9f903c643945832bee11659a1.zip
Make RWAHost object creation silent again.
Diffstat (limited to 'src/RWAHost.h')
-rw-r--r--src/RWAHost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RWAHost.h b/src/RWAHost.h
index 58b6d45..cd3b1ce 100644
--- a/src/RWAHost.h
+++ b/src/RWAHost.h
@@ -37,6 +37,7 @@ class RWAHost : public QObject {
public:
RWAHost(QString uuid = "", QString alias = "", QString url = "");
+ RWAHost(const RWAHost&);
private:
QString _uuid;