[Telepathy-commits] [telepathy-qt4/master] Spec 0.17.16 compliance: parse "dbus-property" flag in .manager files

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Jan 6 07:36:07 PST 2009


---
 TelepathyQt4/manager-file.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt4/manager-file.cpp b/TelepathyQt4/manager-file.cpp
index 9b3a97a..f60f961 100644
--- a/TelepathyQt4/manager-file.cpp
+++ b/TelepathyQt4/manager-file.cpp
@@ -132,6 +132,9 @@ bool ManagerFile::Private::parse(const QString &fileName)
                     if (values.contains("secret")) {
                         spec.flags |= Telepathy::ConnMgrParamFlagSecret;
                     }
+                    if (values.contains("dbus-property")) {
+                        spec.flags |= Telepathy::ConnMgrParamFlagDBusProperty;
+                    }
                     if (values.contains("required")) {
                         spec.flags |= Telepathy::ConnMgrParamFlagRequired;
                     }
-- 
1.5.6.5



More information about the Telepathy-commits mailing list