Fix @since tag to reflect backport

This commit is contained in:
David Faure 2011-08-07 00:44:08 +02:00
parent 15fbd34fae
commit c21fc57968

View File

@ -145,14 +145,14 @@ public:
/** /**
* @param interval milliseconds the tick signal will be emitted * @param interval milliseconds the tick signal will be emitted
* @since 4.8 * @since 4.7.1
*/ */
void setTickInterval(qint64 interval); void setTickInterval(qint64 interval);
/** /**
* @return milliseconds the tick signal will be emitted * @return milliseconds the tick signal will be emitted
* @see tickInterval() * @see tickInterval()
* @since 4.8 * @since 4.7.1
*/ */
qint64 tickInterval() const; qint64 tickInterval() const;