aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlfileselector.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-20 14:48:46 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-23 12:17:55 +0000
commit5d4fd80e1e5290ccfe7ef216420a457f57d64705 (patch)
tree9e3fec64ec9476254e0b57e3278a7493a9e8162e /src/qml/qml/qqmlfileselector.cpp
parent4db31cbd4e29cf5387f4332537f8ea9e0e9f62ae (diff)
Fix some qdoc-warnings.
qtdeclarative/src/quick/scenegraph/coreapi/qsgmaterial.cpp:384: warning: Class RenderState has no \inmodule command; using project name by default: QtQuick qtdeclarative/src/quick/scenegraph/util/qsgsimplerectnode.cpp:39: warning: Class QSGSimpleRectNode has no \inmodule command; using project name by default: QtQuick qtdeclarative/src/quick/scenegraph/util/qsgtextureprovider.cpp:38: warning: Class QSGTextureProvider has no \inmodule command; using project name by default: QtQuick qtdeclarative/src/quick/items/qquickwindow.cpp:3156: warning: Cannot find 'closing(...)' in '\fn' void QQuickWindow::closing() qtdeclarative/src/quick/items/qquickwindow.h:160: warning: No documentation for 'QQuickWindow::closing()' qtdeclarative/src/quick/items/qquickwindow.cpp:3134: warning: Can't link to 'Window.closing()' qtdeclarative/src/qml/qml/qqmlfileselector.cpp:90: warning: Undocumented parameter 'parent' in QQmlFileSelector::QQmlFileSelector() Change-Id: I42cf1e06c9e7a63327acc470bd33a726acc69bfc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlfileselector.cpp')
-rw-r--r--src/qml/qml/qqmlfileselector.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlfileselector.cpp b/src/qml/qml/qqmlfileselector.cpp
index 4939ac15c4..2b3c2ade4f 100644
--- a/src/qml/qml/qqmlfileselector.cpp
+++ b/src/qml/qml/qqmlfileselector.cpp
@@ -88,9 +88,9 @@ Q_GLOBAL_STATIC(interceptorSelectorMap, interceptorInstances);
*/
/*!
- Creates a new QQmlFileSelector, which includes its own QFileSelector.
- \a engine is the QQmlEngine you wish to apply file selectors too. It will
- also take ownership of the QQmlFileSelector.
+ Creates a new QQmlFileSelector with parent object \a parent, which includes
+ its own QFileSelector. \a engine is the QQmlEngine you wish to apply file
+ selectors to. It will also take ownership of the QQmlFileSelector.
*/
QQmlFileSelector::QQmlFileSelector(QQmlEngine* engine, QObject* parent)