X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=7d84e6ad342da767558d24a3530a1ac2d4e9019d;hp=be26a1193d75daf2c7953ca4e359b22470fa40d1;hb=e1b6d538b7c4cc279f9218614e23adb5d8a81fe5;hpb=12e89ab96ec63667e0f1d61c88fe6f2a3023682a diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index be26a119..7d84e6ad 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -45,16 +45,6 @@ class ChatView : public QGraphicsView, public AbstractChatView { void clear(); - void prependMsg(AbstractUiMsg *); - void appendMsg(AbstractUiMsg *); - - void prependChatLine(ChatLine *); - void appendChatLine(ChatLine *); - void prependChatLines(QList); - void appendChatLines(QList); - - void setContents(const QList &); - protected: virtual void resizeEvent(QResizeEvent *event);