From 9393d6b459d02a8508750a846bf97a69e48c97e2 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 6 Mar 2006 14:29:39 +0000 Subject: 2006-03-06 Thiago Macieira * qt/*: * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This represents the first feature-complete version of the Qt4 bindings since I took ove maintainership. --- qt/qdbusintrospection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/qdbusintrospection.h') diff --git a/qt/qdbusintrospection.h b/qt/qdbusintrospection.h index 4e1a8745..86f85244 100644 --- a/qt/qdbusintrospection.h +++ b/qt/qdbusintrospection.h @@ -113,7 +113,7 @@ public: Properties properties; inline bool operator==(const Interface &other) const - { return name == other.name; } + { return !name.isEmpty() && name == other.name; } }; struct Object: public QSharedData -- cgit