Style fixes and small optimizations to guessSpacesForTabs
Save some cycles by not using QTextBlock::text unnecessarily (since only its length and the character at the block position were used).
Please register or sign in to comment
Save some cycles by not using QTextBlock::text unnecessarily (since only its length and the character at the block position were used).