From 78cfe3c102b686c71a1da5cbe91a2ae42dc03825 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 18 Nov 2016 14:20:53 +0900 Subject: Cleanup --- jobs/basejob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jobs') diff --git a/jobs/basejob.h b/jobs/basejob.h index 55267def..ba6c4a62 100644 --- a/jobs/basejob.h +++ b/jobs/basejob.h @@ -58,7 +58,7 @@ namespace QMatrixClient public: using QUrlQuery::QUrlQuery; Query() = default; - Query(const QList< QPair >& l) + explicit Query(const QList< QPair >& l) { setQueryItems(l); } @@ -73,7 +73,7 @@ namespace QMatrixClient { public: Data() = default; - Data(const QList< QPair >& l) + explicit Data(const QList< QPair >& l) { for (auto i: l) insert(i.first, i.second); -- cgit v1.2.3