Strip formatting when looking up the clickable.
authorBas Pape <baspape@gmail.com>
Tue, 27 Aug 2013 19:59:37 +0000 (21:59 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 10 Oct 2013 19:20:26 +0000 (21:20 +0200)
commit8b0e32ab5f6259129dc3c1ab3dad20c37c684db3
treedb74b6b1819c5fb1d724a5a2e1e36342dc7370b9
parente3c22d587e919accc9f411277f46796a09ba03f5
Strip formatting when looking up the clickable.

In the TopicWidget the list of Clickables is initialized with text
stripped of formatting, so when looking up their positions again, the
formatting should be stripped as well.

Fixes #1115
src/qtui/topicwidget.cpp