mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
TestGroup: Register Entry as a meta type.
This commit is contained in:
parent
134f9a663e
commit
0791b43da9
@ -28,6 +28,7 @@
|
||||
|
||||
void TestGroup::initTestCase()
|
||||
{
|
||||
qRegisterMetaType<Entry*>("Entry*");
|
||||
qRegisterMetaType<Group*>("Group*");
|
||||
Crypto::init();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user