summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpprefactoringchanges.cpp
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2012-10-08 18:18:28 +0200
committerErik Verbruggen <erik.verbruggen@digia.com>2012-10-15 10:42:14 +0200
commit199b243bca769049095b72bf5af7e95add1ecff6 (patch)
tree73790a325e3cff4e63554a58ba91c9c2edf67dfe /src/plugins/cpptools/cpprefactoringchanges.cpp
parent00e8190801bbf9de2ee6a6c65c48052ca6bc398f (diff)
downloadqt-creator-199b243bca769049095b72bf5af7e95add1ecff6.tar.gz
C++ Macro Usages: Fix search result encoding and highlighting.
If the result lines contain non-Latin1 characters (e.g. in comments), the output is garbled. Using QByteArrays with toUtf8() and fromUtf8() doesn't seem to be an alternative, as in this case the macro.offset() is no longer valid. So it seems to be the best to use QString for the result lines. Task-number: QTCREATORBUG-7122 Change-Id: I57128c9c9f3eb182f079e305e97e9c5ac0a1bc61 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cpprefactoringchanges.cpp')
0 files changed, 0 insertions, 0 deletions