┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kitemlistcontrollertest.cpp
diff options
context:
space:
mode:
authorLaurent Montel <[email protected]>2019-01-11 07:03:26 +0100
committerLaurent Montel <[email protected]>2019-01-11 07:03:26 +0100
commite5ebb31e54c54944aeeed3f362abc56c16ff7542 (patch)
tree168bcd68ddb7bebdc809871c1445c7fc3d1a573f /src/tests/kitemlistcontrollertest.cpp
parentd099123841412edf1df7458c85bc5721418d3957 (diff)
Consti'fy
Diffstat (limited to 'src/tests/kitemlistcontrollertest.cpp')
-rw-r--r--src/tests/kitemlistcontrollertest.cpp2
1 files changed, 1 insertions, 1 deletions
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)