Skip to content

Commit

Permalink
Add backslash to the list of word separator.
Browse files Browse the repository at this point in the history
Task-number: QTBUG-40384
Change-Id: I16ae1432f3bdd7e577593fc43336bf29c735a66b
Reviewed-by: Konstantin Ritt <[email protected]>
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
  • Loading branch information
davschul committed Sep 22, 2014
1 parent a966b19 commit 5d688c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/text/qtextengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2449,6 +2449,7 @@ bool QTextEngine::atWordSeparator(int position) const
case '`':
case '~':
case '|':
case '\\':
return true;
default:
break;
Expand Down

0 comments on commit 5d688c5

Please sign in to comment.