From 15b2ea9e4e7077b8547f5f7f39156b0227c338e8 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 30 Nov 2017 11:56:59 +0900 Subject: Connection: no more default to matrix.org; update HS URL from /login response --- connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connection.h') diff --git a/connection.h b/connection.h index fc6f4588..ecebb2e7 100644 --- a/connection.h +++ b/connection.h @@ -57,8 +57,8 @@ namespace QMatrixClient using user_factory_t = std::function; + explicit Connection(QObject* parent = nullptr); explicit Connection(const QUrl& server, QObject* parent = nullptr); - Connection(); virtual ~Connection(); QHash, Room*> roomMap() const; -- cgit v1.2.3