diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-27 15:07:12 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-27 15:07:12 (GMT) |
commit | 2d42128a7aad4a13b99198d13d7681c75ed568cf (patch) | |
tree | 9a69de789a7396b50ce17498f6abaef5df51aa02 /src/gui | |
parent | f4675d875b4a46eaea3140b9dfe5b035dce91f7b (diff) | |
download | Qt-2d42128a7aad4a13b99198d13d7681c75ed568cf.zip Qt-2d42128a7aad4a13b99198d13d7681c75ed568cf.tar.gz Qt-2d42128a7aad4a13b99198d13d7681c75ed568cf.tar.bz2 |
Doc: Fixed qdoc warnings and generalized the date and time descriptions.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/qdatetimeedit.cpp | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/src/gui/widgets/qdatetimeedit.cpp b/src/gui/widgets/qdatetimeedit.cpp index 7a61dc7..bd6c577 100644 --- a/src/gui/widgets/qdatetimeedit.cpp +++ b/src/gui/widgets/qdatetimeedit.cpp @@ -248,7 +248,7 @@ void QDateTimeEdit::setDateTime(const QDateTime &datetime) /*! \property QDateTimeEdit::date - \brief the QDate that is set in the QDateTimeEdit + \brief the QDate that is set in the widget By default, this property contains a date that refers to January 1, 2000. @@ -279,7 +279,7 @@ void QDateTimeEdit::setDate(const QDate &date) /*! \property QDateTimeEdit::time - \brief the QTime that is set in the QDateTimeEdit + \brief the QTime that is set in the widget By default, this property contains a time of 00:00:00 and 0 milliseconds. @@ -1555,13 +1555,6 @@ QTimeEdit::QTimeEdit(const QTime &time, QWidget *parent) { } -/*! - \property QTimeEdit::time - \brief the QTime that is shown in the widget - - By default, this property contains a time of 00:00:00 and 0 milliseconds. -*/ - /*! \class QDateEdit @@ -1616,13 +1609,6 @@ QDateEdit::QDateEdit(const QDate &date, QWidget *parent) { } -/*! - \property QDateEdit::date - \brief the QDate that is shown in the widget - - By default, this property contains a date referring to January 1, 2000. -*/ - // --- QDateTimeEditPrivate --- |