From afafc8ff96e486e9f903c643945832bee11659a1 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Mon, 12 Jul 2021 12:51:27 +0200 Subject: Make RWAHost object creation silent again. --- src/RWAHost.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/RWAHost.h') 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; -- cgit v1.2.3