Forráskód Böngészése

Disabled copy constructor.

Sascha Zelzer 14 éve
szülő
commit
7956fc762e
1 módosított fájl, 4 hozzáadás és 0 törlés
  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)
+
 };