X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=100b311b21bf09ccb2ad382b8857eabb8ff77436;hp=cc627c766bb0fb928aab673e1bcfdc3240b40555;hb=bf01681e9e6108517bfa997422b84e04b801a40a;hpb=2684aa5295d12e4f7c66b3011fc8b1819f3d1cbb diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index cc627c76..100b311b 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _CHATVIEW_H_ -#define _CHATVIEW_H_ +#ifndef CHATVIEW_H_ +#define CHATVIEW_H_ #include @@ -53,6 +53,12 @@ class ChatView : public QGraphicsView, public AbstractChatView { void setContents(const QList &); + protected: + virtual void resizeEvent(QResizeEvent *event); + + protected slots: + virtual void sceneHeightChanged(int height); + private: ChatScene *_scene; };