Add delete-entry command to Browser Integration API

This commit is contained in:
varjolintu 2021-09-06 18:38:25 +03:00 committed by Jonathan White
parent e3c7b570ae
commit 4c10e516c3
8 changed files with 116 additions and 9 deletions

View file

@ -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