+
+ /**
+ * Helper method for itemsRemoved. Returns the changed index after removing
+ * the given range. If the index is part of the range, -1 will be returned.
+ */
+ int indexAfterRangesRemoving(int index, const KItemRangeList& itemRanges, const RangesRemovingBehaviour behaviour) const;
+