mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 22:19:33 -04:00
pointer to referenceRegExp
This commit is contained in:
parent
40851409fb
commit
78acdf9095
3 changed files with 12 additions and 12 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
bool contains(const QString& key) const;
|
||||
bool isProtected(const QString& key) const;
|
||||
bool isReference(const QString& key) const;
|
||||
QRegExp referenceRegExp() const;
|
||||
QRegExp* referenceRegExp();
|
||||
void set(const QString& key, const QString& value, bool protect = false);
|
||||
void remove(const QString& key);
|
||||
void rename(const QString& oldKey, const QString& newKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue