----------------------------------------------------------------------------
| 110 | |
| 111 | //---------------------------------------------------------------------------- |
| 112 | QString ctkPluginFrameworkEvent::getErrorString() const |
| 113 | { |
| 114 | return d->errorString; |
| 115 | } |
| 116 | |
| 117 | //---------------------------------------------------------------------------- |
| 118 | QSharedPointer<ctkPlugin> ctkPluginFrameworkEvent::getPlugin() const |
no outgoing calls
no test coverage detected