Summary: | StatefulDBusProxy should use QDBusServiceWatcher, if available | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Olli Salli <ollisal> |
Component: | tp-qt | Assignee: | Andre Moreira Magalhaes <andrunko> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | Keywords: | patch |
Version: | git master | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://git.collabora.co.uk/?p=user/andrunko/telepathy-qt4.git;a=shortlog;h=refs/heads/dbus-proxy-qdbusservicewatcher-support | ||
Whiteboard: | review-, minor changes | ||
i915 platform: | i915 features: |
Description
Olli Salli
2010-08-05 07:44:27 UTC
Patch attached. Major: please preserve the code order so you connect to the signal before calling the method, to not race. Minor: in configure.ac, I'd prefer to add an AC_MSG_CHECKING...AC_MSG_RESULT pair, so we get: checking for QDBusServiceWatcher... yes in buildbot logs. You can either check for it like you did, or via a pkg-config check for QtDBus >= 4.6.n, whichever's easier for you. If you check for the functionality rather than the version, please also add a comment saying "delete this check when we depend on Qt >= 4.6.0" (replace version as appropriate). Fix merged to master. Will be in 0.3.9. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.