summaryrefslogtreecommitdiffstats
path: root/examples/chat/chatview.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chat/chatview.h')
-rw-r--r--examples/chat/chatview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/chat/chatview.h b/examples/chat/chatview.h
index 4875d7d..d82fc9f 100644
--- a/examples/chat/chatview.h
+++ b/examples/chat/chatview.h
@@ -53,6 +53,7 @@ public:
inline QPixmap bubble(int i) const { return m_bubbles[i % 6]; }
public Q_SLOTS:
void itemsInserted(int index, int count);
+ void itemsChanged(int index, int count, const QList<QByteArray> &roles);
protected:
void setModel(QtListModelInterface *model);
private: