mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 04:57:39 +03:00
Add delete-entry command to Browser Integration API
This commit is contained in:
parent
e3c7b570ae
commit
4c10e516c3
8 changed files with 116 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2017 KeePassXC Team <team@keepassxc.org>
|
||||
* Copyright (C) 2021 KeePassXC Team <team@keepassxc.org>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -28,6 +28,7 @@ private slots:
|
|||
void testIsHex();
|
||||
void testIsBase64();
|
||||
void testEnvSubstitute();
|
||||
void testValidUuid();
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_TESTTOOLS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue