From dab18e6f5f58be5717b8efb4759d0e0712eb036d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 24 Mar 2014 17:34:04 +0100 Subject: Fix some documentation errors. Change-Id: I5d4b3e26742202c4b634d0001fd3658c7263c50a Reviewed-by: Alan Alpert --- src/qml/qml/qqmlfileselector.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qml/qml/qqmlfileselector.cpp') diff --git a/src/qml/qml/qqmlfileselector.cpp b/src/qml/qml/qqmlfileselector.cpp index a18b8327b1..187c3656c6 100644 --- a/src/qml/qml/qqmlfileselector.cpp +++ b/src/qml/qml/qqmlfileselector.cpp @@ -152,8 +152,8 @@ void QQmlFileSelector::setSelector(QFileSelector *selector) } /*! - Adds extra selectors to the current QFileSelector being used. Use this when - extra selectors are all you need to avoid having to create your own + Adds extra selectors contained in \a strings to the current QFileSelector being used. + Use this when extra selectors are all you need to avoid having to create your own QFileSelector instance. */ void QQmlFileSelector::setExtraSelectors(QStringList &strings) @@ -163,7 +163,7 @@ void QQmlFileSelector::setExtraSelectors(QStringList &strings) } /*! - Gets the QQmlFileSelector currently active on the target engine. + Gets the QQmlFileSelector currently active on the target \a engine. */ QQmlFileSelector* QQmlFileSelector::get(QQmlEngine* engine) { -- cgit v1.2.3