summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestsystem.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed "warning: variable / argument 'window' is not used in function"Janne Anttila2009-09-241-0/+2
| | | | | | The warning was reported by Nokia X86 compiler when compiling for S60 emulator. The fix was a t rivial change to add Q_UNUSED macro for #ifdef branches where window parameter was not used.
* Added a QTest::qWaitForWindowShown function that waits for window manager on ↵Denis Dzyubenko2009-09-181-0/+18
| | | | | | | | | | X11. On X11 it calls the qt_x11_wait_for_window_manager from QtGui, allowing to wait until the window has been mapped and reparented into a frame decoration parent. Reviewed-by: Olivier Goffart
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+74