aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@blackberry.com>2013-11-04 17:13:47 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-05 19:00:10 +0100
commitb63e2e270f79d76d5624e73eb6d05b1bbb55968f (patch)
tree947b87bf82e12c6d3d41bdba5d91758e716eedb1 /src/qml/doc
parent41f447272f9c7e1c632770bb952f2515494edce0 (diff)
Remove time type documentation
While the time type does technically exist, it cannot be created from QML. Pending a discussion about its future, the doc will be temporarily removed to avoid confusing people. Task-number: QTBUG-32295 Change-Id: Ic171a7f4a5d7c0515427a6d1d65bed0abcfe3643 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/qmltypereference.qdoc30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/qml/doc/src/qmltypereference.qdoc b/src/qml/doc/src/qmltypereference.qdoc
index f592a18bb0..61d4e67acb 100644
--- a/src/qml/doc/src/qmltypereference.qdoc
+++ b/src/qml/doc/src/qmltypereference.qdoc
@@ -111,36 +111,6 @@ to a \l{QtQml::Date}{Date} object.
*/
/*!
-\qmlbasictype time
-\ingroup qtqmlbasictypes
-\ingroup qtquickbasictypes
-\brief a time value.
-
-The \c time type refers to a time value.
-
-To create a \c time value, specified as "hh:mm:ss":
-
-\qml
-MyTimePicker { time: "14:22:15" }
-\endqml
-
-To read a time value returned from a C++ extension class, use
-\l{QtQml::Qt::formatTime()}{Qt.formatTime()} and \l{QtQml::Qt::formatDateTime()}{Qt.formatDateTime()}.
-
-Note that when converting historical times to and from javascript that QDateTime and the JS Date object
-have different methods of calculating historical daylight savings time application. This can lead to variations of one hour
-when converting to historical local time.
-
-When integrating with C++, note that any QTime value
-\l{qtqml-cppintegration-data.html}{passed into QML from C++} is automatically
-converted into a \c time value, and vice-versa.
-
-This basic type is provided by the QML language.
-
-\sa {QML Basic Types}
-*/
-
-/*!
\qmlbasictype point
\ingroup qtqmlbasictypes
\ingroup qtquickbasictypes