Properly handle hover events in ChatView
[quassel.git] / src / qtui / chatline.h
index 24947d0..824d50e 100644 (file)
@@ -101,6 +101,7 @@ private:
   quint8 _selection;  // save space, so we put both the col and the flags into one byte
 
   ChatItem *_mouseGrabberItem;
   quint8 _selection;  // save space, so we put both the col and the flags into one byte
 
   ChatItem *_mouseGrabberItem;
+  ChatItem *_hoverItem;
 };
 
 #endif
 };
 
 #endif