From: Manuel Nickschas Date: Mon, 4 Aug 2008 00:05:22 +0000 (+0200) Subject: Fix another warning X-Git-Tag: 0.3.0~127 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=effb14d51686baff7eded20c2b30f452b0c2ce6a Fix another warning --- diff --git a/src/qtui/columnhandleitem.cpp b/src/qtui/columnhandleitem.cpp index 7d382c1b..c9e09ce0 100644 --- a/src/qtui/columnhandleitem.cpp +++ b/src/qtui/columnhandleitem.cpp @@ -30,9 +30,9 @@ ColumnHandleItem::ColumnHandleItem(qreal w, QGraphicsItem *parent) _width(w), _hover(0), _moving(false), - _timeLine(150), _minXPos(0), - _maxXPos(0) + _maxXPos(0), + _timeLine(150) { setAcceptsHoverEvents(true); setZValue(10);