| 54 | } |
| 55 | |
| 56 | bool ObjectBroker::hasObject(const QString &name) |
| 57 | { |
| 58 | return s_objectBroker()->objects.contains(name); |
| 59 | } |
| 60 | |
| 61 | QObject *ObjectBroker::objectInternal(const QString &name, const QByteArray &type) |
| 62 | { |
no outgoing calls
no test coverage detected