X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcolumnhandleitem.cpp;h=c9e09ce0df58c678c212758f562a6e29e17bd100;hb=31253a98ef87edb8f87ff53270529ed4f7659612;hp=2b0231c8321ec509c0c1cba78fb1266ef88f1599;hpb=e528271e366acaa788b420bdfab8e1dd03b43e12;p=quassel.git diff --git a/src/qtui/columnhandleitem.cpp b/src/qtui/columnhandleitem.cpp index 2b0231c8..c9e09ce0 100644 --- a/src/qtui/columnhandleitem.cpp +++ b/src/qtui/columnhandleitem.cpp @@ -23,18 +23,16 @@ #include #include -#include - #include "columnhandleitem.h" ColumnHandleItem::ColumnHandleItem(qreal w, QGraphicsItem *parent) : QGraphicsItem(parent), _width(w), _hover(0), - _timeLine(150), _moving(false), _minXPos(0), - _maxXPos(0) + _maxXPos(0), + _timeLine(150) { setAcceptsHoverEvents(true); setZValue(10);