Made the ModelPropertyMapper listen to dataChanged(QModelIndex, QModelIndex) signals...
[quassel.git] / src / client / modelpropertymapper.h
index 44e902a..27dafa5 100644 (file)
@@ -48,6 +48,7 @@ public:
 public slots:
   void setCurrentIndex(const QModelIndex &current, const QModelIndex &previous);
   void setCurrentRow(const QModelIndex &current, const QModelIndex &previous);
+  void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
 
 private slots:
   void targetDestroyed();