mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 14:46:07 -04:00
Add search 'by-path' url for browser
This commit is contained in:
parent
0c5dd1556a
commit
eb6f0eb346
5 changed files with 52 additions and 3 deletions
|
@ -503,6 +503,13 @@ QString Entry::totpSettingsString() const
|
|||
return {};
|
||||
}
|
||||
|
||||
QString Entry::path() const
|
||||
{
|
||||
auto path = group()->hierarchy();
|
||||
path << title();
|
||||
return path.mid(1).join("/");
|
||||
}
|
||||
|
||||
void Entry::setUuid(const QUuid& uuid)
|
||||
{
|
||||
Q_ASSERT(!uuid.isNull());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue