mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-31 12:24:26 -04:00
Feature : clip command (#578)
This commit is contained in:
parent
6c050c55d9
commit
a2e82dc883
15 changed files with 250 additions and 41 deletions
|
@ -367,7 +367,7 @@ void Database::startModifiedTimer()
|
|||
m_timer->start(150);
|
||||
}
|
||||
|
||||
const CompositeKey & Database::key() const
|
||||
const CompositeKey& Database::key() const
|
||||
{
|
||||
return m_data.key;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue