----------------------------------------------------------------------------
| 87 | |
| 88 | //---------------------------------------------------------------------------- |
| 89 | QStringList ctkServiceReference::getPropertyKeys() const |
| 90 | { |
| 91 | Q_D(const ctkServiceReference); |
| 92 | |
| 93 | QMutexLocker lock(&d->registration->propsLock); |
| 94 | |
| 95 | return d->registration->properties.keys(); |
| 96 | } |
| 97 | |
| 98 | //---------------------------------------------------------------------------- |
| 99 | QSharedPointer<ctkPlugin> ctkServiceReference::getPlugin() const |
no test coverage detected