summary refs log tree commit diff
path: root/src/dialogs
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-12 10:49:51 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-12 10:49:51 +0300
commitb06203a34b19272727928082efd893493ff4a97a (patch)
treefd1205b8b158206bda914a8dc90c4b03c994e293 /src/dialogs
parentEnable compilation on FreeBSD (#403) (diff)
downloadnheko-b06203a34b19272727928082efd893493ff4a97a.tar.xz
Install the bundled spdlog
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/UserProfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/UserProfile.cpp b/src/dialogs/UserProfile.cpp

index df334b15..15e0a46c 100644 --- a/src/dialogs/UserProfile.cpp +++ b/src/dialogs/UserProfile.cpp
@@ -232,7 +232,7 @@ UserProfile::init(const QString &userId, const QString &roomId) http::client()->query_keys( req, - [user_id = userId.toStdString(), proxy = std::move(proxy), this]( + [user_id = userId.toStdString(), proxy = std::move(proxy)]( const mtx::responses::QueryKeys &res, mtx::http::RequestErr err) { if (err) { nhlog::net()->warn("failed to query device keys: {} {}",