Browse Source

Disabled copy constructor.

Sascha Zelzer 14 years ago
parent
commit
7956fc762e
1 changed files with 4 additions and 0 deletions
  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)
+
 };