Diffusion Krita c5986f60618b

Fix the KisimageSignalRouterTest

Authored by rempt on Jul 10 2019, 8:09 AM.

Description

Fix the KisimageSignalRouterTest

Either an update to Qt broke testing unregistered types, or
this test has always been broken, or some other change to
the KisImageSignalRouter class made it necessary that the
arguments were registered with qRegisterMetaType...

But KoColorProfile and KoColorSpace cannot be registered
with qRegisterMetaType because they are abstract classes,
so we cannot check those signals in this test.

Details

Committed
remptJul 10 2019, 8:09 AM
Parents
R37:5b8660d22fbe: Fix copy/paste frames to clipboard
Branches
Unknown
Tags
Unknown