diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-20 14:10:43 +0200 |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-20 14:11:05 +0200 |
commit | bc4779f6b03a9f601381b0994ad5c2adf2257cc2 (patch) | |
tree | ff5e96798b7bf4c9236f77561386be30f0525185 /src/qt3support/widgets | |
parent | 0967835a847915907da354a2104322ba8c5b441e (diff) | |
download | qt4-tools-bc4779f6b03a9f601381b0994ad5c2adf2257cc2.tar.gz |
doc: Changed several \reimp to \internal
The base function was \internal pr private.
Diffstat (limited to 'src/qt3support/widgets')
-rw-r--r-- | src/qt3support/widgets/q3datetimeedit.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/qt3support/widgets/q3datetimeedit.cpp b/src/qt3support/widgets/q3datetimeedit.cpp index 9c2f289b08..71a8ffdc77 100644 --- a/src/qt3support/widgets/q3datetimeedit.cpp +++ b/src/qt3support/widgets/q3datetimeedit.cpp @@ -1244,7 +1244,7 @@ Q3DateEdit::Order Q3DateEdit::order() const } -/*! \reimp +/*! \internal */ void Q3DateEdit::stepUp() @@ -1276,7 +1276,7 @@ void Q3DateEdit::stepUp() -/*! \reimp +/*! \internal */ @@ -1440,7 +1440,7 @@ bool Q3DateEdit::outOfRange(int y, int m, int d) const return false; /* assume ok */ } -/*! \reimp +/*! \internal */ @@ -1534,7 +1534,7 @@ void Q3DateEdit::addNumber(int sec, int num) } -/*! \reimp +/*! \internal */ @@ -1681,7 +1681,7 @@ void Q3DateEdit::removeFirstNumber(int sec) d->ed->repaint(d->ed->rect()); } -/*! \reimp +/*! \internal */ @@ -2059,7 +2059,7 @@ void Q3TimeEdit::timerEvent(QTimerEvent *) } -/*! \reimp +/*! \internal */ @@ -2105,7 +2105,7 @@ void Q3TimeEdit::stepUp() } -/*! \reimp +/*! \internal */ @@ -2173,7 +2173,7 @@ QString Q3TimeEdit::sectionFormattedText(int sec) } -/*! \reimp +/*! \internal */ @@ -2308,7 +2308,7 @@ bool Q3TimeEdit::outOfRange(int h, int m, int s) const return true; } -/*! \reimp +/*! \internal */ @@ -2477,7 +2477,7 @@ void Q3TimeEdit::removeFirstNumber(int sec) d->ed->repaint(d->ed->rect()); } -/*! \reimp +/*! \internal */ void Q3TimeEdit::removeLastNumber(int sec) |