Explorar o código

Removed wrong ref() call.

Sascha Zelzer %!s(int64=14) %!d(string=hai) anos
pai
achega
cb4b596088
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Libs/PluginFramework/service/event/ctkEvent.cpp

+ 1 - 1
Libs/PluginFramework/service/event/ctkEvent.cpp

@@ -89,7 +89,7 @@ ctkEvent::ctkEvent(const QString& topic, const ctkDictionary& properties)
 ctkEvent::ctkEvent(const ctkEvent &event)
   : d(event.d)
 {
-  d->ref.ref();
+
 }
 
 ctkEvent::~ctkEvent()