mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 06:36:07 -04:00
Merge branch '2.0'
This commit is contained in:
commit
ecfbf72a57
33 changed files with 9516 additions and 347 deletions
|
@ -112,6 +112,7 @@ void TestKeys::testFileKey_data()
|
|||
{
|
||||
QTest::addColumn<QString>("type");
|
||||
QTest::newRow("Xml") << QString("Xml");
|
||||
QTest::newRow("XmlBrokenBase64") << QString("XmlBrokenBase64");
|
||||
QTest::newRow("Binary") << QString("Binary");
|
||||
QTest::newRow("Hex") << QString("Hex");
|
||||
QTest::newRow("Hashed") << QString("Hashed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue