diff options
author | Sergio Ahumada <sahumada@blackberry.com> | 2014-04-01 14:49:45 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-04-01 14:54:25 +0200 |
commit | d25091bb8b52455e415f8147a9100094c489a041 (patch) | |
tree | adc33bf2c21203cbce9957c288cd12c962e37a16 /src/xmlpatterns | |
parent | e14e55a6d222346f3d4a27c310913ed0742c3e6b (diff) | |
download | qtxmlpatterns-5.3.0.tar.gz |
Fix typov5.3.0-rc1v5.3.0release5.3.0
Change-Id: I4754f1bc1f9fb3e099fc7c7135ca0a933d9b7475
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r-- | src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h b/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h index ad042c6..9ef5a45 100644 --- a/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h +++ b/src/xmlpatterns/schema/qxsdstatemachine_tpl_p.h @@ -264,7 +264,7 @@ bool XsdStateMachine<TransitionType>::outputGraph(QIODevice *device, const QStri s << " " << it4.key() << " -> " << states.at(i) << " [label=\"ε\"]\n"; } - // draw node infos + // draw node info while (it3.hasNext()) { it3.next(); |