X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline.h;h=824d50e9d26cd20ad989f683115ce9557c0a4db5;hp=24947d0a63211e5121f2d150f35c2265b846e557;hb=826a68dd9b56492b00a4b64bc959acc3f8891ad0;hpb=0282b5e176b39ab7122ffe35e09c29d40e1976b2 diff --git a/src/qtui/chatline.h b/src/qtui/chatline.h index 24947d0a..824d50e9 100644 --- a/src/qtui/chatline.h +++ b/src/qtui/chatline.h @@ -101,6 +101,7 @@ private: quint8 _selection; // save space, so we put both the col and the flags into one byte ChatItem *_mouseGrabberItem; + ChatItem *_hoverItem; }; #endif