diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-02 06:39:57 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-02 06:41:02 (GMT) |
commit | f126b8cc5733d2cd37dd2aad9119e482b0d4a0e6 (patch) | |
tree | c76c6053563262e974d982501b8377a9da200b2e /src/qt3support | |
parent | fb1fa68ae8555deeaeaf6f193c678269c85ffc4d (diff) | |
download | Qt-f126b8cc5733d2cd37dd2aad9119e482b0d4a0e6.zip Qt-f126b8cc5733d2cd37dd2aad9119e482b0d4a0e6.tar.gz Qt-f126b8cc5733d2cd37dd2aad9119e482b0d4a0e6.tar.bz2 |
doc: Corrected several qdoc warnings.
Diffstat (limited to 'src/qt3support')
-rw-r--r-- | src/qt3support/widgets/q3datetimeedit.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/qt3support/widgets/q3datetimeedit.cpp b/src/qt3support/widgets/q3datetimeedit.cpp index 4872642..9c2f289 100644 --- a/src/qt3support/widgets/q3datetimeedit.cpp +++ b/src/qt3support/widgets/q3datetimeedit.cpp @@ -2648,13 +2648,12 @@ Q3DateTimeEdit::~Q3DateTimeEdit() } -/*! +/*! \fn void Q3DateTimeEdit::resizeEvent(QResizeEvent *event) \reimp - Intercepts and handles resize events which have special meaning - for the Q3DateTimeEdit. + Intercepts and handles the resize \a event, which hase a + special meaning for the Q3DateTimeEdit. */ - void Q3DateTimeEdit::resizeEvent(QResizeEvent *) { int dw = de->sizeHint().width(); |