diff options
author | Marius Kintel <marius@kintel.net> | 2010-03-17 19:23:32 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:34 (GMT) |
commit | 0b06db6bc925a5cf5f3bb9f80dd07efd9402bc16 (patch) | |
tree | 2695b6ba3ab8508dc6650c2bdc277f6fc632d371 /src/node.cc | |
parent | adb2d73da34927b450a95612cd6487867a77dd66 (diff) |
comment fix
Diffstat (limited to 'src/node.cc')
-rw-r--r-- | src/node.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc index c28dff0..f48e763 100644 --- a/src/node.cc +++ b/src/node.cc @@ -72,7 +72,7 @@ Response AbstractPolyNode::accept(const class State &state, Visitor &visitor) co QString AbstractNode::mk_cache_id() const { QString cache_id = dump(); - // Remove all node class names and whitespace + // Remove all node indices and whitespace cache_id.remove(QRegExp("[a-zA-Z_][a-zA-Z_0-9]*:")); cache_id.remove(' '); cache_id.remove('\t'); |