TestGroup: Register Entry as a meta type.

This commit is contained in:
Felix Geyer 2012-04-18 17:42:55 +02:00
parent 134f9a663e
commit 0791b43da9

View File

@ -28,6 +28,7 @@
void TestGroup::initTestCase()
{
qRegisterMetaType<Entry*>("Entry*");
qRegisterMetaType<Group*>("Group*");
Crypto::init();
}