~ubuntu-branches/ubuntu/precise/jovie/precise

« back to all changes in this revision

Viewing changes to kcmkttsmgr/kcmkttsmgr.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 15:32:24 UTC
  • Revision ID: package-import@ubuntu.com-20111215153224-vp8bggrjqt6430xn
Tags: 4:4.7.90-0ubuntu1
Initial package

Show diffs side-by-side

added added

removed removed

Lines of Context:
739
739
        m_talkerListModel.appendRow (code);
740
740
 
741
741
        // Make sure visible.
742
 
        const QModelIndex modelIndex = m_talkerListModel.index (m_talkerListModel.rowCount(),
 
742
        const QModelIndex modelIndex = m_talkerListModel.index (m_talkerListModel.rowCount()-1,
743
743
                                       0, QModelIndex());
744
744
        talkersView->scrollTo (modelIndex);
745
745