summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbuspendingcall
Commit message (Collapse)AuthorAgeFilesLines
* Make QDBusPendingCallWatcher emit a signal if it is created on anThiago Macieira2009-05-071-0/+73
| | | | | | | | | | already-finished call. This fixes a bit of a "surprise" when calling a local method (which returns and finishes immediately) or when by accident calling a function that returns QDBusReply instead of QDBusPendingCall/Reply. Reviewed-by: Trust Me
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+435