correct @since

svn path=/trunk/KDE/kdelibs/; revision=1008124
This commit is contained in:
Aaron J. Seigo 2009-08-06 22:50:29 +00:00
parent 959e54961e
commit 3421342f5e

View File

@ -171,7 +171,7 @@ Q_SIGNALS:
* @arg window the id of the window that was clicked
* @arg buttons the mouse buttons involved in the activation
* @arg modifiers the keyboard modifiers involved in the activation, if any
* @since 4.3
* @since 4.4
*/
void windowPreviewActivated(WId window, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers,
const QPoint &screenPos);
@ -181,7 +181,7 @@ Q_SIGNALS:
* @arg anchor the achor text (e.g. url) that was clicked on
* @arg buttons the mouse buttons involved in the activation
* @arg modifiers the keyboard modifiers involved in the activation, if any
* @since 4.3
* @since 4.4
*/
void linkActivated(const QString &anchor, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers,
const QPoint &screenPos);