mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 22:54:59 -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()
|
||||
{
|
||||
qRegisterMetaType<Entry*>("Entry*");
|
||||
qRegisterMetaType<Group*>("Group*");
|
||||
Crypto::init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue