Fixed Bug in ModelPropertyMapper where currentChanges where unnoticed cause the rowIn...
[quassel.git] / src / client / modelpropertymapper.h
index 988efa8..14270ab 100644 (file)
@@ -46,6 +46,7 @@ public:
   void removeMapping(int column, int role, QObject *target, const QByteArray &property);
                                                                                      
 public slots:
+  void setCurrentIndex(const QModelIndex &current, const QModelIndex &previous);
   void setCurrentRow(const QModelIndex &current, const QModelIndex &previous);
 
 private slots: