Some cleanups in ChatScene in preparation to mouse handling revamp
[quassel.git] / src / qtui / chatscene.h
index 7ef50d9..3349d2f 100644 (file)
@@ -174,14 +174,14 @@ private:
   int _firstSelectionRow;
   bool _isSelecting;
 
-  bool _showWebPreview;
-
   QTimer _clickTimer;
   ClickMode _clickMode;
   QPointF _clickPos;
   bool _clickHandled;
   bool _leftButtonPressed;
 
+  bool _showWebPreview;
+
   struct WebPreview {
     ChatItem *parentItem;
     QGraphicsItem *previewItem;