quick: Silence valgrind warnings
setSelectionStart and end were always called before this code did anything meaningful, but not having the values initialised causes issues in the check of whether the setter should return early.
setSelectionStart and end were always called before this code did anything meaningful, but not having the values initialised causes issues in the check of whether the setter should return early.