aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/dialogs/qquickcolordialog.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-06-26 15:38:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-27 13:06:39 +0200
commit74438ef7c14f19cecda0910a122eb8887dab649d (patch)
tree2603a475d1d2cfc89b23fed32f0b05b9277d75d6 /src/imports/dialogs/qquickcolordialog.cpp
parenta8e904c69a907742a5cc55c524c5432c7a35cba4 (diff)
QtQuick.Dialogs: sync the docs with the implementation
We've been using URLs instead of strings for some time now, just forgot to change the docs until now. Task-number: QTBUG-31847 Change-Id: I49a42282aeefb95e4d367397e2f290f4af65687e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/imports/dialogs/qquickcolordialog.cpp')
-rw-r--r--src/imports/dialogs/qquickcolordialog.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/imports/dialogs/qquickcolordialog.cpp b/src/imports/dialogs/qquickcolordialog.cpp
index 39af99770e..d0e0e11b07 100644
--- a/src/imports/dialogs/qquickcolordialog.cpp
+++ b/src/imports/dialogs/qquickcolordialog.cpp
@@ -64,13 +64,13 @@ QT_BEGIN_NAMESPACE
/*!
\qmlsignal QtQuick::Dialogs::AbstractColorDialog::accepted
- The \a accepted signal is emitted by \l accept().
+ This signal is emitted by \l accept().
*/
/*!
\qmlsignal QtQuick::Dialogs::AbstractColorDialog::rejected
- The \a accepted signal is emitted by \l reject().
+ This signal is emitted by \l reject().
*/
/*!
@@ -110,12 +110,6 @@ QQuickColorDialog::~QQuickColorDialog()
*/
/*!
- \qmlproperty bool AbstractColorDialog::filePaths
-
- A list of files to be populated as the user chooses.
-*/
-
-/*!
\qmlproperty QObject AbstractColorDialog::implementation
The QML object which implements the actual file dialog. Should be either a