Fix another warning
[quassel.git] / 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),
-    _timeLine(150),
     _minXPos(0),
-    _maxXPos(0)
+    _maxXPos(0),
+    _timeLine(150)
 {
   setAcceptsHoverEvents(true);
   setZValue(10);