summaryrefslogtreecommitdiffstats
path: root/tests/auto/qkeysequence/qkeysequence.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the qkeysequence::translated autotest.Kim Motoyoshi Kalland2009-09-161-0/+6
The test failed because it tried to open a .qm file which didn't exist in Qt's translations directory. Fixed by running lrelease on the .ts file and copying the resulting .qm into the test directory. Reviewed-by: Trond