I have code that calculates an array index, and if it is valid accesses that array item. Something like:
int b = rowCount() - 1; if (b == -1) return; const Bl