mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
parent
701013baab
commit
317f603262
4 changed files with 32 additions and 5 deletions
|
@ -28,7 +28,7 @@ EntryModel::EntryModel(QObject* parent)
|
|||
: QAbstractTableModel(parent)
|
||||
, m_group(Q_NULLPTR)
|
||||
{
|
||||
setSupportedDragActions(Qt::MoveAction);
|
||||
setSupportedDragActions(Qt::MoveAction | Qt::CopyAction);
|
||||
}
|
||||
|
||||
Entry* EntryModel::entryFromIndex(const QModelIndex& index) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue