|
|
@ -639,7 +639,7 @@ void PropertiesWidget::displayFilesListMenu(const QPoint &) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Save changes
|
|
|
|
// Save changes
|
|
|
|
filteredFilesChanged(); |
|
|
|
this->applyPriorities(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
QMenu *subMenu = menu->addMenu(tr("Priority")); |
|
|
|
QMenu *subMenu = menu->addMenu(tr("Priority")); |
|
|
@ -692,6 +692,9 @@ void PropertiesWidget::displayFilesListMenu(const QPoint &) |
|
|
|
const QModelIndex &index = selectedRows[i]; |
|
|
|
const QModelIndex &index = selectedRows[i]; |
|
|
|
m_propListModel->setData(index.sibling(index.row(), PRIORITY) |
|
|
|
m_propListModel->setData(index.sibling(index.row(), PRIORITY) |
|
|
|
, static_cast<int>(priority)); |
|
|
|
, static_cast<int>(priority)); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Save changes
|
|
|
|
|
|
|
|
this->applyPriorities(); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|