summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfileopenevent
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-132-34/+34
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Workaround for QTBUG-17468João Abecasis2011-02-161-0/+3
| | | | | | On Mac, processEvents doesn't always process posted events. Reviewed-by: Olivier Goffart
* Added file headermread2011-02-101-0/+41
| | | | | | | | autotest detected that qfileopeneventexternal.cpp was failing the licenseCheck (headers) test - so the right header was added Task-number: QTBUG-15015 Reviewed-by: joao
* Removing unnecessary settings from test app .pro filemread2011-02-101-2/+0
| | | | | | | | From review, UID does not need to be specified and DEBUGGABLE_UDEBONLY is also unnecessary. Task-number: QTBUG-15015 Reviewed-by: Shane Kearns
* tst_qfileopenevent changed to run on all platformsmread2011-02-102-35/+86
| | | | | | | | The Symbian specific bits are hidden behind #ifdef, but most of this test is valid on all platforms now. Task-number: QTBUG-15015 Reviewed-by: Shane Kearns
* Started move of QFileOpenEvent autotest to genericmread2011-02-105-0/+360
The QFileOpenEvent autotest was written as Symbian specific. But it is going to be modified to be applicable to all platforms. So this is the file move to reflect that change. Task-number: QTBUG-15015 Reviewed-by: Shane Kearns