瀏覽代碼

Fixed doc in ctkEventHandler

Sascha Zelzer 14 年之前
父節點
當前提交
e866999d7f
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      Libs/PluginFramework/CMakeLists.txt
  2. 2 2
      Libs/PluginFramework/service/event/ctkEventHandler.h

+ 1 - 0
Libs/PluginFramework/CMakeLists.txt

@@ -92,6 +92,7 @@ SET(KIT_SRCS
   service/event/ctkEvent.cpp
   service/event/ctkEventAdmin.h
   service/event/ctkEventConstants.cpp
+  service/event/ctkEventHandler.h
 
   service/log/ctkLogEntry.h
   service/log/ctkLogListener.h

+ 2 - 2
Libs/PluginFramework/service/event/ctkEventHandler.h

@@ -2,7 +2,7 @@
 
   Library: CTK
 
-  Copyright (c) 2010 German Cancer Research Center,
+  Copyright (c) German Cancer Research Center,
     Division of Medical and Biological Informatics
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -44,7 +44,7 @@
  * For example:
  *
  * \code
- * QStringList topics("com/isv/*");
+ * QStringList topics("com/isv/*");
  * ctkDictionary props;
  * props.insert(ctkEventConstants::EVENT_TOPIC, topics);
  * context->registerService<ctkEventHandler>(this, props);