summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-08-09 12:48:47 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-08-09 12:48:47 (GMT)
commit163458f6363d32be453a186e02216f574f62dda3 (patch)
treef2447a311890a31c405c44120dd782c8cba48b68 /src/gui
parent725ee520b7e30c22e3c66e2524b718f4da8222d8 (diff)
downloadQt-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')
-rw-r--r--src/gui/widgets/qdatetimeedit.cpp1
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)