X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcolumnhandleitem.cpp;h=7d382c1b47ad16de2233adea612bd8d36175dbc2;hp=bcc3c7c9f0bae7f98d46c5467d39240b823c4d53;hb=d6111192cd2aad81a2f31497ff5ba51147fb5319;hpb=32eadb49053bb3d68fe60a1773a79abd9e86c5f4 diff --git a/src/qtui/columnhandleitem.cpp b/src/qtui/columnhandleitem.cpp index bcc3c7c9..7d382c1b 100644 --- a/src/qtui/columnhandleitem.cpp +++ b/src/qtui/columnhandleitem.cpp @@ -29,8 +29,8 @@ ColumnHandleItem::ColumnHandleItem(qreal w, QGraphicsItem *parent) : QGraphicsItem(parent), _width(w), _hover(0), - _timeLine(150), _moving(false), + _timeLine(150), _minXPos(0), _maxXPos(0) {