Quellcode durchsuchen

Disabled copy constructor.

Sascha Zelzer vor 14 Jahren
Ursprung
Commit
7956fc762e
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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)
+
 };