uisupport: Let ClickableList inherit from std::vector instead of QList
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 2 Sep 2018 21:18:40 +0000 (23:18 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commitf00917808808161cc5fb01d0ac4da13ffffbffbb
tree9ec32577d5a61f83281eff13ea65d36db028c7f7
parent91e27ef1628b352e1f905b5811cb036442e68242
uisupport: Let ClickableList inherit from std::vector instead of QList

Apparently, a class inheriting from a QList specialization cannot
be properly exported, while this works fine when inheriting from
std::vector instead. Since we now prefer std containers over Qt's
anyway, changing the baseclass is a Good Thing™ either way, so
just do it.
src/qtui/chatitem.cpp
src/uisupport/clickable.cpp
src/uisupport/clickable.h