summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qdatetimeedit.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <j-p.nurmi@nokia.com>2012-08-15 16:54:12 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-17 19:41:28 +0200
commite8a59c177091a524bd67ca4a94e82e227d3f38f3 (patch)
treede874c6126298b2b98961bbc1940d40b0b136bed /src/widgets/widgets/qdatetimeedit.cpp
parentc199297b655c05882479fa0c337b725ab5730153 (diff)
QDate/TimeEdit: fix qdoc warnings
Warnings caused by c3e1ab: ../widgets/qdatetimeedit.h:208: No documentation for 'QTimeEdit::time' ../widgets/qdatetimeedit.h:220: No documentation for 'QDateEdit::date' Both 'date' and 'time' are declared and documented in QDateTimeEdit. Change-Id: I287b5f20568e4055e6922eb1a70aeedf220de823 Reviewed-by: Shawn Rutledge <shawn.rutledge@nokia.com> Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Diffstat (limited to 'src/widgets/widgets/qdatetimeedit.cpp')
-rw-r--r--src/widgets/widgets/qdatetimeedit.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/widgets/widgets/qdatetimeedit.cpp b/src/widgets/widgets/qdatetimeedit.cpp
index b916212871..b339e041cb 100644
--- a/src/widgets/widgets/qdatetimeedit.cpp
+++ b/src/widgets/widgets/qdatetimeedit.cpp
@@ -1563,6 +1563,12 @@ QTimeEdit::QTimeEdit(const QTime &time, QWidget *parent)
}
/*!
+ \property QTimeEdit::time
+ \internal
+ \sa QDateTimeEdit::time
+*/
+
+/*!
\fn void QTimeEdit::userTimeChanged(const QTime &time)
This signal only exists to fully implement the time Q_PROPERTY on the class.
@@ -1627,6 +1633,12 @@ QDateEdit::QDateEdit(const QDate &date, QWidget *parent)
}
/*!
+ \property QDateEdit::date
+ \internal
+ \sa QDateTimeEdit::date
+*/
+
+/*!
\fn void QDateEdit::userDateChanged(const QDate &date)
This signal only exists to fully implement the date Q_PROPERTY on the class.