mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-23 15:00:47 -04:00
TestGroup: Register Entry as a meta type.
This commit is contained in:
parent
134f9a663e
commit
0791b43da9
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
void TestGroup::initTestCase()
|
void TestGroup::initTestCase()
|
||||||
{
|
{
|
||||||
|
qRegisterMetaType<Entry*>("Entry*");
|
||||||
qRegisterMetaType<Group*>("Group*");
|
qRegisterMetaType<Group*>("Group*");
|
||||||
Crypto::init();
|
Crypto::init();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue