X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatline.h;h=849cf5a7acd5dcc61a431c429973b8d0a2736501;hp=3490535f6a7a7bd18d2d94fdedd21fdef4677205;hb=673ded0d543cbdc2cf6e746b6bee7c1d21af8f90;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/qtui/chatline.h b/src/qtui/chatline.h index 3490535f..849cf5a7 100644 --- a/src/qtui/chatline.h +++ b/src/qtui/chatline.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,15 +18,23 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef CHATLINE_H_ -#define CHATLINE_H_ +#pragma once #include +#include +#include #include "chatitem.h" #include "chatlinemodel.h" #include "chatscene.h" +class QAbstractItemModel; +class QEvent; +class QGraphicsSceneMouseEvent; +class QGraphicsSceneHoverEvent; +class QPainter; +class QStyleOptionGraphicsItem; + class ChatLine : public QGraphicsItem { public: @@ -122,5 +130,3 @@ private: ChatItem* _mouseGrabberItem; ChatItem* _hoverItem; }; - -#endif