From: romibi Date: Fri, 10 Jun 2016 23:52:03 +0000 (+0200) Subject: Refactoring: Pull Up Duplicate Code X-Git-Tag: 0.12.5~109 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=inline;h=19740eba83b9d776d8f62cae02762ee3b08e3b67;hp=19740eba83b9d776d8f62cae02762ee3b08e3b67;p=quassel.git Refactoring: Pull Up Duplicate Code The event override for NickView and BufferView was Copy&Paste. To reduce duplicate code i moved that to a new class (TreeViewTouch) now between QTreeView and the mentioned Classes. (cherry picked from commit de2c1a4f9bbae7070cf8fd8247db765a23d28a9c) ---