mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-08 03:55:50 -05:00
pointer to referenceRegExp
This commit is contained in:
parent
40851409fb
commit
78acdf9095
3 changed files with 12 additions and 12 deletions
|
|
@ -84,9 +84,9 @@ bool EntryAttributes::isReference(const QString& key) const
|
|||
return false;
|
||||
}
|
||||
|
||||
QRegExp EntryAttributes::referenceRegExp() const
|
||||
QRegExp* EntryAttributes::referenceRegExp()
|
||||
{
|
||||
return m_referenceRegExp;
|
||||
return &m_referenceRegExp;
|
||||
}
|
||||
|
||||
void EntryAttributes::set(const QString& key, const QString& value, bool protect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue