summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/rogue.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-281-1/+1
| | | | | | | | | Those two classes are specific to the state machine framework, but their names were so generic that we felt they were polluting the Q-namespace. They are now QStateMachine::SignalEvent and QStateMachine::WrappedEvent. Reviewed-by: Eskil Abrahamsen Blomfeldt
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Doc: Minor adjustments to the rogue example docs.Geir Vattekar2009-09-071-8/+8
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Integrated the Rogue (state machine) example.Geir Vattekar2009-08-071-0/+222
Reviewed-by: Kent Hansen