Introduce QtUiStyleSettings and make highlight color configurable again
[quassel.git] / src / qtui / columnhandleitem.cpp
index bcc3c7c..c9e09ce 100644 (file)
@@ -29,10 +29,10 @@ ColumnHandleItem::ColumnHandleItem(qreal w, QGraphicsItem *parent)
   : QGraphicsItem(parent),
     _width(w),
     _hover(0),
-    _timeLine(150),
     _moving(false),
     _minXPos(0),
-    _maxXPos(0)
+    _maxXPos(0),
+    _timeLine(150)
 {
   setAcceptsHoverEvents(true);
   setZValue(10);