aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/javascript/date.qdoc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2013-10-01 13:03:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-02 14:40:01 +0200
commit4706b1ceff9af9141044ed3cf020ce5624bfa40f (patch)
tree43672217a945512ddd1704468d1fd4b6e9c153c7 /src/qml/doc/src/javascript/date.qdoc
parent4f50ab594aa2fb1d38981127beca634ad3396489 (diff)
qdoc: no longer recognizes the version nr in QML refs
All QML references of the form <QML-module-name><QML-module-version>::<QML-type>::<member-name> have had the <QML-module-version> removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/qml/doc/src/javascript/date.qdoc')
-rw-r--r--src/qml/doc/src/javascript/date.qdoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/qml/doc/src/javascript/date.qdoc b/src/qml/doc/src/javascript/date.qdoc
index 367e159431..208e2be3f7 100644
--- a/src/qml/doc/src/javascript/date.qdoc
+++ b/src/qml/doc/src/javascript/date.qdoc
@@ -132,7 +132,7 @@
hour, if DST is currently in effect, while it was not for the time specified, or
vice versa.
- \sa {QtQml2::Locale}{Locale}
+ \sa {QtQml::Locale}{Locale}
*/
/*!
@@ -142,7 +142,7 @@
suitable for the specified \a locale
in the specified \a format.
- If \a format is not specified, \l {QtQml2::Locale}{Locale.LongFormat} will
+ If \a format is not specified, \l {QtQml::Locale}{Locale.LongFormat} will
be used.
If \a locale is not specified, the default locale will be used.
@@ -164,7 +164,7 @@
Converts the Date to a string containing the date suitable for the specified \a locale
in the specified \a format.
- If \a format is not specified, \l {QtQml2::Locale}{Locale.LongFormat} will
+ If \a format is not specified, \l {QtQml::Locale}{Locale.LongFormat} will
be used.
If \a locale is not specified, the default locale will be used.
@@ -186,7 +186,7 @@
Converts the Date to a string containing the time suitable for the specified \a locale
in the specified \a format.
- If \a format is not specified, \l {QtQml2::Locale}{Locale.LongFormat} will
+ If \a format is not specified, \l {QtQml::Locale}{Locale.LongFormat} will
be used.
If \a locale is not specified, the default locale will be used.
@@ -205,10 +205,10 @@
/*!
\qmlmethod string Date::fromLocaleString(locale, dateTimeString, format)
- Converts the datetime string \a dateTimeString to a \l {QtQml2::Date}{Date}
+ Converts the datetime string \a dateTimeString to a \l {QtQml::Date}{Date}
object using \a locale and \a format.
- If \a format is not specified, \l {QtQml2::Locale}{Locale.LongFormat} will
+ If \a format is not specified, \l {QtQml::Locale}{Locale.LongFormat} will
be used.
If \a locale is not specified, the default locale will be used.
@@ -232,10 +232,10 @@
/*!
\qmlmethod string Date::fromLocaleDateString(locale, dateString, format)
- Converts the date string \a dateString to a \l {QtQml2::Date}{Date} object
+ Converts the date string \a dateString to a \l {QtQml::Date}{Date} object
using \a locale and \a format.
- If \a format is not specified, \l {QtQml2::Locale}{Locale.LongFormat} will
+ If \a format is not specified, \l {QtQml::Locale}{Locale.LongFormat} will
be used.
If \a locale is not specified, the default locale will be used.
@@ -262,10 +262,10 @@
/*!
\qmlmethod string Date::fromLocaleTimeString(locale, timeString, format)
- Converts the time string \a timeString to a \l {QtQml2::Date}{Date} object
+ Converts the time string \a timeString to a \l {QtQml::Date}{Date} object
using \a locale and \a format.
- If \a format is not specified, \l {QtQml2::Locale}{Locale.LongFormat} will
+ If \a format is not specified, \l {QtQml::Locale}{Locale.LongFormat} will
be used.
If \a locale is not specified, the default locale will be used.