summaryrefslogtreecommitdiffstats
path: root/tests/auto/gestures
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-10 11:25:44 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-10 11:25:44 (GMT)
commited7acc2ba2d11afd4fb0a8afae3d3e1567283571 (patch)
tree98fbd870d812d1a81da68d1a648530b624792e9e /tests/auto/gestures
parentfab932713af6dfa7aad06ddfde774d25f5222472 (diff)
downloadQt-ed7acc2ba2d11afd4fb0a8afae3d3e1567283571.zip
Qt-ed7acc2ba2d11afd4fb0a8afae3d3e1567283571.tar.gz
Qt-ed7acc2ba2d11afd4fb0a8afae3d3e1567283571.tar.bz2
implement QScriptContextInfo::parameterNames() for Qt methods
It doesn't work for overloaded methods yet (unless you just happened to call the overload that's defined last in the source file). In the old back-end we stored the actual overload that was being called in the QScriptContextPrivate. Since QScriptContext is a JSC::ExecState now, we either have to add the information to JSC::ExecState, or add some mapping scheme so we can go determine the meta-index for a particular (ExecState, QtFunction) pair. Also in this commit: Marked expected failures, so the autotests will run to completion.
Diffstat (limited to 'tests/auto/gestures')
0 files changed, 0 insertions, 0 deletions