| 32 | } |
| 33 | |
| 34 | PropertyControllerClient::PropertyControllerClient(const QString &name, QObject *parent) |
| 35 | : PropertyControllerInterface(name, parent) |
| 36 | { |
| 37 | registerMetaTypes(); |
| 38 | } |
| 39 | |
| 40 | PropertyControllerClient::~PropertyControllerClient() = default; |
nothing calls this directly
no test coverage detected