summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbuspendingcall.h
Commit message (Collapse)AuthorAgeFilesLines
* Keep creation failure errors for QDBusAbstractInterface.Thiago Macieira2009-07-021-0/+3
| | | | | | | | | | | In case the object creation fails, set isValid to false. This will prevent any outgoing calls to be made with invalid information. In that case, lastError will never change either. This required adding a method to QDBusPendingCall, to be able to create one such object from an existing QDBusError. Reviewed-By: Marius Bugge Monsen
* 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/+119