]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/kitemlistcontrollertest.cpp
Improve icons and text for some actions
[dolphin.git] / src / tests / kitemlistcontrollertest.cpp
index c472f128f311fd9847d9c87f9103e5ab9711ba19..2fd71483e9465a23ba4865cfe440d359556f36d5 100644 (file)
@@ -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)