X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatline.h;h=824d50e9d26cd20ad989f683115ce9557c0a4db5;hb=925149e4675223754de4962b95728b76647d4949;hp=24947d0a63211e5121f2d150f35c2265b846e557;hpb=6330f7fe3d19113cbf29944a9b6e8b503893d4a9;p=quassel.git 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