From bf1081a824d9024a400d2ac2437f169c6765caa5 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sat, 3 Feb 2018 22:21:30 +0100 Subject: Fix all 'explicit constructor' krazy warnings --- src/kitemviews/kitemset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kitemviews/kitemset.h') diff --git a/src/kitemviews/kitemset.h b/src/kitemviews/kitemset.h index 5afe24df5..b831953c6 100644 --- a/src/kitemviews/kitemset.h +++ b/src/kitemviews/kitemset.h @@ -163,7 +163,7 @@ public: { } - const_iterator(const iterator& other) : + explicit const_iterator(const iterator& other) : m_rangeIt(other.m_rangeIt), m_offset(other.m_offset) { -- cgit v1.3.1