ソースを参照

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