From 33490eddab385ca488b11d6d50683ddb6a18da6c Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 15 Jul 2018 19:09:08 +0300 Subject: Remove the v2 namespace from the http client --- include/timeline/TimelineView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/timeline/TimelineView.h') diff --git a/include/timeline/TimelineView.h b/include/timeline/TimelineView.h index c6ddafd6..97bac51a 100644 --- a/include/timeline/TimelineView.h +++ b/include/timeline/TimelineView.h @@ -343,7 +343,7 @@ TimelineView::addUserMessage(const QString &url, PendingMessage message; message.ty = MsgType; - message.txn_id = http::v2::client()->generate_txn_id(); + message.txn_id = http::client()->generate_txn_id(); message.body = url; message.filename = trimmed; message.mime = mime; -- cgit 1.5.1