X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatline.h;h=32d2a94e41cc189e1eeacd35506982d778ad3f3d;hb=24c7de34254b5de4cf28045a6923a527e06f7290;hp=4ca4ba15553eafff2dfe0dffdc46276b8e738052;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/qtui/chatline.h b/src/qtui/chatline.h index 4ca4ba15..32d2a94e 100644 --- a/src/qtui/chatline.h +++ b/src/qtui/chatline.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2022 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