Merge branch 'master' of git.kde.org:kde-workspace
This commit is contained in:
commit
b7ba859dd6
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ void DeclarativeView::setCurrentIndex(const QModelIndex &index)
|
||||||
void DeclarativeView::currentIndexChanged(int row)
|
void DeclarativeView::currentIndexChanged(int row)
|
||||||
{
|
{
|
||||||
tabBox->setCurrentIndex(m_model->index(row, 0));
|
tabBox->setCurrentIndex(m_model->index(row, 0));
|
||||||
|
KWindowSystem::forceActiveWindow(m_model->data(m_model->index(row, 0), ClientModel::WIdRole).toLongLong());
|
||||||
}
|
}
|
||||||
|
|
||||||
void DeclarativeView::updateQmlSource(bool force)
|
void DeclarativeView::updateQmlSource(bool force)
|
||||||
|
|
Loading…
Reference in a new issue