소스 검색

Small documentation fix.

Sascha Zelzer 14 년 전
부모
커밋
c0bc59c16a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/PluginFramework/ctkPlugin.h

+ 1 - 1
Libs/PluginFramework/ctkPlugin.h

@@ -624,7 +624,7 @@ public:
    * <p>
    *
    * @param path The path name of the resource.
-   * @return A QString to the resource, or a null QString if no resource could be
+   * @return A QByteArray to the resource, or a null QByteArray if no resource could be
    *         found.
    * @throws std::logic_error If this plugin has been
    *         uninstalled.