Explorar el Código

Disabled copy constructor.

Sascha Zelzer hace 14 años
padre
commit
7956fc762e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Libs/PluginFramework/ctkServiceRegistration.h

+ 4 - 0
Libs/PluginFramework/ctkServiceRegistration.h

@@ -141,6 +141,10 @@ protected:
 
   const QScopedPointer<ctkServiceRegistrationPrivate> d_ptr;
 
+private:
+
+  Q_DISABLE_COPY(ctkServiceRegistration)
+
 };