浏览代码

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.