mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Rename EntryAttributes::URLNameKey to URLKey.
This commit is contained in:
parent
4b41dd30e6
commit
f648172625
3 changed files with 5 additions and 5 deletions
|
@ -190,7 +190,7 @@ QString Entry::title() const
|
|||
|
||||
QString Entry::url() const
|
||||
{
|
||||
return m_attributes->value(EntryAttributes::URLNameKey);
|
||||
return m_attributes->value(EntryAttributes::URLKey);
|
||||
}
|
||||
|
||||
QString Entry::username() const
|
||||
|
@ -316,7 +316,7 @@ void Entry::setTitle(const QString& title)
|
|||
|
||||
void Entry::setUrl(const QString& url)
|
||||
{
|
||||
m_attributes->set(EntryAttributes::URLNameKey, url, m_attributes->isProtected(EntryAttributes::URLNameKey));
|
||||
m_attributes->set(EntryAttributes::URLKey, url, m_attributes->isProtected(EntryAttributes::URLKey));
|
||||
}
|
||||
|
||||
void Entry::setUsername(const QString& username)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue