X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=6f385bb7358c58b95ade8ed28800fb421cc0d2d0;hb=5199330f0b249b20c27cd372d995909f97433786;hp=3d29bff506b3d4d578301147870bb9eec719e3cf;hpb=16e4a21c1292448c1a524010d70f6e59b84802f4;p=quassel.git diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 3d29bff5..6f385bb7 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,6 +49,8 @@ public: virtual void addActionsToMenu(QMenu *, const QPointF &pos); + virtual bool event(QEvent *event); + public slots: inline virtual void clear() {} void zoomIn(); @@ -66,6 +68,7 @@ private slots: void lastLineChanged(QGraphicsItem *chatLine, qreal offset); void mouseMoveWhileSelecting(const QPointF &scenePos); void scrollTimerTimeout(); + void styleChanged(); private: void init(MessageFilter *filter);