Changed string-wrapping quickfix to handle @"strings".

This commit is contained in:
Erik Verbruggen
2009-12-29 18:32:05 +01:00
parent eb1baa9e2e
commit c50172e201
2 changed files with 18 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ protected:
QString textOf(int firstOffset, int lastOffset) const;
QString textOf(const CPlusPlus::AST *ast) const;
QChar charAt(int offset) const;
struct Range {
Range() {}