summaryrefslogtreecommitdiffstats
path: root/src/script/qscriptenginefwd_p.h
Commit message (Collapse)AuthorAgeFilesLines
* make it possible to support queued connections in qtscriptKent Hansen2009-06-251-3/+6
| | | | | | | | | | | | | | This change doesn't actually add public API for it, but makes it trivial to add. On the C++ side, qScriptConnect() would get an overload that takes an additional argument, the connection type (d'oh, it should have had a default argument to begin with!). On the script side, it's a bit more tricky to "overload" the existing connect(), since it's already "overloaded" (can have either one or two parameters). Plus, I'd like connect() to be able to support bind-like functionality so you can pass additional arguments to it that will be passed to the signal handler at signal emission time. Oh well, we'll see.
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * 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/+559
|
* Add string-->enum conversion for properties and slotsKent Hansen2009-05-201-0/+1
|
* Long live Qt!Lars Knoll2009-03-231-0/+559