Преглед изворни кода

Disabled copy constructor.

Sascha Zelzer пре 14 година
родитељ
комит
7956fc762e
1 измењених фајлова са 4 додато и 0 уклоњено
  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)
+
 };