From e5ebb31e54c54944aeeed3f362abc56c16ff7542 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 11 Jan 2019 07:03:26 +0100 Subject: Consti'fy --- src/tests/kitemlistcontrollertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/kitemlistcontrollertest.cpp b/src/tests/kitemlistcontrollertest.cpp index c472f128f..2fd71483e 100644 --- a/src/tests/kitemlistcontrollertest.cpp +++ b/src/tests/kitemlistcontrollertest.cpp @@ -197,7 +197,7 @@ struct KeyPress { */ struct ViewState { - ViewState(int current, const KItemSet selection, bool activated = false) : + ViewState(int current, const KItemSet &selection, bool activated = false) : m_current(current), m_selection(selection), m_activated(activated) -- cgit v1.3