|
@@ -22,11 +22,11 @@
|
|
|
#include "ctkServiceRegistrationPrivate.h"
|
|
|
|
|
|
|
|
|
-ctkServiceRegistrationPrivate::ctkServiceRegistrationPrivate(ctkServiceRegistration* sr,
|
|
|
- ctkPluginPrivate* plugin, QObject* service,
|
|
|
- const ServiceProperties& props)
|
|
|
- : q_ptr(sr), ref(1), service(service), plugin(plugin), reference(this),
|
|
|
- properties(props), available(true), unregistering(false)
|
|
|
+ctkServiceRegistrationPrivate::ctkServiceRegistrationPrivate(
|
|
|
+ ctkPluginPrivate* plugin, QObject* service,
|
|
|
+ const ServiceProperties& props)
|
|
|
+ : ref(1), service(service), plugin(plugin), reference(this),
|
|
|
+ properties(props), available(true), unregistering(false)
|
|
|
{
|
|
|
|
|
|
}
|