소스 검색

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)