Fix another warning
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 4 Aug 2008 00:05:22 +0000 (02:05 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 4 Aug 2008 00:05:22 +0000 (02:05 +0200)
src/qtui/columnhandleitem.cpp

index 7d382c1..c9e09ce 100644 (file)
@@ -30,9 +30,9 @@ ColumnHandleItem::ColumnHandleItem(qreal w, QGraphicsItem *parent)
     _width(w),
     _hover(0),
     _moving(false),
     _width(w),
     _hover(0),
     _moving(false),
-    _timeLine(150),
     _minXPos(0),
     _minXPos(0),
-    _maxXPos(0)
+    _maxXPos(0),
+    _timeLine(150)
 {
   setAcceptsHoverEvents(true);
   setZValue(10);
 {
   setAcceptsHoverEvents(true);
   setZValue(10);