浏览代码

Fix typo in ctkExampleDicomHostPlugin

Plugin name should be org_commontk_dah_examplehost
instead of org_commontk_dah_examplehost_Export_Export
Jean-Christophe Fillion-Robin 14 年之前
父节点
当前提交
bec5c89de7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Plugins/org.commontk.dah.examplehost/ctkExampleDicomHostPlugin.cpp

+ 1 - 1
Plugins/org.commontk.dah.examplehost/ctkExampleDicomHostPlugin.cpp

@@ -56,6 +56,6 @@ ctkPluginContext* ctkExampleDicomHostPlugin::getPluginContext() const
   return context;
 }
 
-Q_EXPORT_PLUGIN2(org_commontk_dah_examplehost_Export_Export, ctkExampleDicomHostPlugin)
+Q_EXPORT_PLUGIN2(org_commontk_dah_examplehost, ctkExampleDicomHostPlugin)