Skip to content

Commit

Permalink
Merge pull request #14 from tokoro10g/feature/qmlpath
Browse files Browse the repository at this point in the history
Fix doc for import_paths
  • Loading branch information
seanchas116 committed Dec 19, 2014
2 parents 0c9be03 + 29b498b commit 152af3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/qml/engine.rb
Expand Up @@ -51,9 +51,9 @@ def add_import_path(path)
@extension.add_import_path(path)
end

# Adds a QML import path to the {Engine}.
# @param path [String]
# @see http://doc.qt.io/qt-5/qtqml-syntax-imports.html#qml-import-path
# Gets an array of QML import paths.
# @see add_import_path
# @return [Array]
def import_paths()
@extension.import_paths()
end
Expand Down

0 comments on commit 152af3c

Please sign in to comment.