X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatitem.h;h=d69388867a849ccb59c294facc66b079fc851c8f;hp=b0afbfa1ba4327ff2515fb1fc805a86f81b6b642;hb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;hpb=7e76b93191c8f19c24709f36992c99f8ee9d508d diff --git a/src/qtui/chatitem.h b/src/qtui/chatitem.h index b0afbfa1..d6938886 100644 --- a/src/qtui/chatitem.h +++ b/src/qtui/chatitem.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -209,6 +209,8 @@ private: inline ContentsChatItemPrivate *privateData() const; QList findClickables() const; + Clickable clickableAt(const QPointF &pos) const; + void endHoverMode(); void showWebPreview(const Clickable &click); void clearWebPreview();