Changeset 846 for trunk/src/xmlpatterns/schema/qxsdstatemachine_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/xmlpatterns/schema/qxsdstatemachine_p.h
r561 r846 139 139 * Continues execution of the machine with the given input @p transition. 140 140 * 141 * @return @c true if the transition was successful l, @c false otherwise.141 * @return @c true if the transition was successful, @c false otherwise. 142 142 */ 143 143 bool proceed(TransitionType transition); … … 155 155 * to find the right transition to use. 156 156 * 157 * @return @c true if the transition was successful l, @c false otherwise.157 * @return @c true if the transition was successful, @c false otherwise. 158 158 */ 159 159 template <typename InputType>
Note:
See TracChangeset
for help on using the changeset viewer.