mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-11 16:33:02 -04:00
Adapt to setSupportedDragActions() begin removed.
Models have a virtual supportedDragActions() now.
This commit is contained in:
parent
5a745da07b
commit
e3cde7b55e
5 changed files with 12 additions and 2 deletions
|
@ -32,7 +32,6 @@ EntryView::EntryView(QWidget* parent)
|
|||
m_sortModel->setDynamicSortFilter(true);
|
||||
m_sortModel->setSortLocaleAware(true);
|
||||
m_sortModel->setSortCaseSensitivity(Qt::CaseInsensitive);
|
||||
m_sortModel->setSupportedDragActions(m_model->supportedDragActions());
|
||||
QTreeView::setModel(m_sortModel);
|
||||
|
||||
setUniformRowHeights(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue