Add ability to export database as HTML for printing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user