Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xmlpatterns/schema/qxsdstatemachine_p.h

    r561 r846  
    139139             * Continues execution of the machine with the given input @p transition.
    140140             *
    141              * @return @c true if the transition was successfull, @c false otherwise.
     141             * @return @c true if the transition was successful, @c false otherwise.
    142142             */
    143143            bool proceed(TransitionType transition);
     
    155155             *       to find the right transition to use.
    156156             *
    157              * @return @c true if the transition was successfull, @c false otherwise.
     157             * @return @c true if the transition was successful, @c false otherwise.
    158158             */
    159159            template <typename InputType>
Note: See TracChangeset for help on using the changeset viewer.