mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
Add ability to export database as HTML for printing
This commit is contained in:
parent
4a3cfab146
commit
aac76ad407
9 changed files with 349 additions and 4 deletions
|
|
@ -257,9 +257,9 @@ Entry* Group::lastTopVisibleEntry() const
|
|||
return m_lastTopVisibleEntry;
|
||||
}
|
||||
|
||||
bool Group::isRecycled()
|
||||
bool Group::isRecycled() const
|
||||
{
|
||||
Group* group = this;
|
||||
auto group = this;
|
||||
if (!group->database()) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue