浏览代码

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)
+
 };