changeset 5 | 627c4a0fd0e7 |
parent 2 | 06ff229162e9 |
child 34 | ed14f46c0e55 |
--- a/src/hbwidgets/editors/hbabstractedit.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbwidgets/editors/hbabstractedit.h Fri Jun 11 13:58:22 2010 +0300 @@ -110,6 +110,7 @@ void cursorPositionChanged(int oldPos, int newPos); void selectionChanged(const QTextCursor &oldCursor, const QTextCursor& newCursor); void aboutToShowContextMenu(HbMenu *contextMenu, const QPointF &pos); + void anchorTapped(const QString &anchor); public slots: void updatePrimitives();