From effb14d51686baff7eded20c2b30f452b0c2ce6a Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 4 Aug 2008 02:05:22 +0200 Subject: [PATCH] Fix another warning --- src/qtui/columnhandleitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1