diff options
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/connection.h b/lib/connection.h index 36e20219..c90cb892 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -882,19 +882,6 @@ private: class Private; QScopedPointer<Private> d; - /** - * A single entry for functions that need to check whether the - * homeserver is valid before running. May either execute connectFn - * synchronously or asynchronously (if tryResolve is true and - * a DNS lookup is initiated); in case of errors, emits resolveError - * if the homeserver URL is not valid and cannot be resolved from - * userId. - * - * @param userId - fully-qualified MXID to resolve HS from - * @param connectFn - a function to execute once the HS URL is good - */ - void checkAndConnect(const QString& userId, std::function<void()> connectFn); - static room_factory_t _roomFactory; static user_factory_t _userFactory; }; |