From: Manuel Nickschas Date: Fri, 14 Nov 2008 15:05:20 +0000 (+0100) Subject: Use handleClick() rather than mouseReleaseEvent() for handling URL clicks X-Git-Tag: 0.4.0~430 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f64ded9b73ed4eb09d3e2c14cddc0ead1e269185;hp=f64ded9b73ed4eb09d3e2c14cddc0ead1e269185 Use handleClick() rather than mouseReleaseEvent() for handling URL clicks This finishes the mouse event handling overhaul (except for marking-by double/triple clicks). Saves us a couple event handlers, and we don't need to check for drags in ChatItem anymore. ---