Move Clickable out of ContentsChatItem
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 22 Aug 2009 16:29:43 +0000 (18:29 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 22 Aug 2009 16:29:43 +0000 (18:29 +0200)
We want to reuse this for the URL handling in the topic widget, so move this out of
ChatIteminto its own class (with proper encapsulation) and file.

As (the also new) ClickableList extends QList<Clickable>, we can continue to use it as
normal.


No differences found