diff options
| author | Thiago Macieira <thiago@kde.org> | 2006-04-23 19:04:53 +0000 | 
|---|---|---|
| committer | Thiago Macieira <thiago@kde.org> | 2006-04-23 19:04:53 +0000 | 
| commit | 4eb5b11af789ad30f9e20b0527562d73825e6f33 (patch) | |
| tree | fda09fd92b76602dd0dcb7e7130f08e850a6dc13 /qt/qdbusconnection.cpp | |
| parent | bed69341bb0e0e087bd7429413c32185916feef4 (diff) | |
	* qt/qdbusconnection_p.h:
	* qt/qdbusmetaobject.cpp:
	* qt/qdbusmetaobject_p.h:
	* qt/qdbusintegrator.cpp: Use the new merged-interface mode
	for the dynamic meta object. No need to guess which
	interface to call.
	* qt/qdbusabstractinterface_p.h:
	* qt/qdbusconnection.cpp:
	* qt/qdbusintegrator.cpp:
	* qt/qdbusinterface.cpp:
	* qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
	Add a QDBusRef that looks and behaves like DCOPRef.
Diffstat (limited to 'qt/qdbusconnection.cpp')
| -rw-r--r-- | qt/qdbusconnection.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/qt/qdbusconnection.cpp b/qt/qdbusconnection.cpp index 668cef5a..52875a07 100644 --- a/qt/qdbusconnection.cpp +++ b/qt/qdbusconnection.cpp @@ -614,8 +614,6 @@ QDBusInterface *QDBusConnection::findInterface(const QString& service, const QSt          return 0;      QDBusInterfacePrivate *p = d->findInterface(service, path, interface); -    if (!p) -        return 0;      QDBusInterface *retval = new QDBusInterface(p);      retval->setParent(d);      return retval;  | 
