X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fchatview.h;h=7d84e6ad342da767558d24a3530a1ac2d4e9019d;hb=31253a98ef87edb8f87ff53270529ed4f7659612;hp=be26a1193d75daf2c7953ca4e359b22470fa40d1;hpb=e528271e366acaa788b420bdfab8e1dd03b43e12;p=quassel.git 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);