diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 12:48:47 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 12:48:47 (GMT) |
commit | 163458f6363d32be453a186e02216f574f62dda3 (patch) | |
tree | f2447a311890a31c405c44120dd782c8cba48b68 /src/gui/widgets | |
parent | 725ee520b7e30c22e3c66e2524b718f4da8222d8 (diff) | |
download | Qt-163458f6363d32be453a186e02216f574f62dda3.zip Qt-163458f6363d32be453a186e02216f574f62dda3.tar.gz Qt-163458f6363d32be453a186e02216f574f62dda3.tar.bz2 |
Added comment about calendarPopup in setCalendarWidget function documentation.
Reviewer: David Boddie
Task: QTBUG-12300
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qdatetimeedit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/qdatetimeedit.cpp b/src/gui/widgets/qdatetimeedit.cpp index 50fa9c9..7a61dc7 100644 --- a/src/gui/widgets/qdatetimeedit.cpp +++ b/src/gui/widgets/qdatetimeedit.cpp @@ -754,6 +754,7 @@ QCalendarWidget *QDateTimeEdit::calendarWidget() const Sets the given \a calendarWidget as the widget to be used for the calendar pop-up. The editor does not automatically take ownership of the calendar widget. + \note calendarPopup must be set to true before setting the calendar widget. \sa calendarPopup */ void QDateTimeEdit::setCalendarWidget(QCalendarWidget *calendarWidget) |