From 7ecc82079f85a7fa29f122fd2fd78401af0ee799 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 15 Apr 2020 09:27:41 +0200 Subject: Connection: connectToServer -> loginWithPassword connectToServer() is left for compatibility but deprecated. --- tests/quotest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/quotest.cpp b/tests/quotest.cpp index 4f7c4026..ae5ece30 100644 --- a/tests/quotest.cpp +++ b/tests/quotest.cpp @@ -169,7 +169,7 @@ TestManager::TestManager(int& argc, char** argv) { Q_ASSERT(argc >= 5); clog << "Connecting to Matrix as " << argv[1] << endl; - c->connectToServer(argv[1], argv[2], argv[3]); + c->loginWithPassword(argv[1], argv[2], argv[3]); targetRoomName = argv[4]; clog << "Test room name: " << argv[4] << endl; if (argc > 5) { -- cgit v1.2.3