| Trolltech Home | QSA-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
Why does autocompletion work on some objects, but not on other of the
same class?
Example:
f1 = new File('f1');
var f2 = new File('f2');
File. // autocompletion works
f1. // autocompletion does not work
f2. // autocompletion works
--
[ signature omitted ]