From d8f9633f8d72f6926dedb2318fb4503c72fb61cd Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 19 Jul 2005 20:31:34 +0000 Subject: [PATCH] \value is a Qt-ism, not used in KDE dox. Moved the enum values dox to the header file so that they show up. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=436472 --- extdate/extdatetimeedit.cpp | 7 ++----- extdate/extdatetimeedit.h | 5 ++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extdate/extdatetimeedit.cpp b/extdate/extdatetimeedit.cpp index 9265827..3b89c10 100644 --- a/extdate/extdatetimeedit.cpp +++ b/extdate/extdatetimeedit.cpp @@ -801,13 +801,10 @@ public: This enum defines the order in which the sections that comprise a date appear. - \value MDY month-day-year - \value DMY day-month-year - \value YMD year-month-day (the default) - \value YDM year-day-month (included for completeness; but should - not be used) + */ + /*! \enum QTimeEdit::Display diff --git a/extdate/extdatetimeedit.h b/extdate/extdatetimeedit.h index 86d5c1a..048f7aa 100644 --- a/extdate/extdatetimeedit.h +++ b/extdate/extdatetimeedit.h @@ -76,7 +76,10 @@ public: ExtDateEdit( const ExtDate& date, QWidget* parent=0, const char* name=0 ); ~ExtDateEdit(); - enum Order { DMY, MDY, YMD, YDM }; + enum Order { DMY /**< Day-Month-Year */, + MDY /**< Month-Day-Year */, + YMD /**< Year-Month-Day, also the default */, + YDM /**< Year-Day-Month @deprecated Included for completeness. */ }; QSize sizeHint() const; QSize minimumSizeHint() const; -- 2.47.3