diff options
author | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-09-03 18:52:01 +0200 |
---|---|---|
committer | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-09-03 21:22:38 +0200 |
commit | 65d4bca69eeceef7af247f3683f8844e07fce771 (patch) | |
tree | 1b1db55b7f3d35d98804ef2864dc5f1343dab5b0 /util/lexgen | |
parent | 09e700f1d2a15ea4a596045496674c4d2521f5f8 (diff) |
QCSSScanner: really skip toLower() when tokenizing the input.
Missing from e3c62dc1def9270761ca63c73ae76fdca9d61582 is the actual
change to the (generated) scanner, namely to skip lowercase conversion
for each and every character.
Diffstat (limited to 'util/lexgen')
-rw-r--r-- | util/lexgen/css2-simplified.lexgen | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lexgen/css2-simplified.lexgen b/util/lexgen/css2-simplified.lexgen index 299ff5ec96..53facb1d4a 100644 --- a/util/lexgen/css2-simplified.lexgen +++ b/util/lexgen/css2-simplified.lexgen @@ -1,4 +1,5 @@ [Options] +case-sensitive classname = QCssScanner_Generated [Code Generator Options] |