Browse Source

Small documentation fix.

Sascha Zelzer 14 years ago
parent
commit
c0bc59c16a
1 changed files with 1 additions and 1 deletions
  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.